Hristo Katsarski
03/30/2023, 12:37 PMJaromir Hamala
03/30/2023, 1:45 PMHristo Katsarski
03/30/2023, 2:02 PMJaromir Hamala
03/30/2023, 2:08 PMhead
utility on MacOS/Linux) and test the import procedure with that first. When your are happy with inferred types, column names, etc then you drop the test table and do a full import.
and last but not least - see this guide: https://questdb.io/docs/guides/importing-data/Hristo Katsarski
03/30/2023, 2:12 PMJaromir Hamala
03/30/2023, 2:13 PMHristo Katsarski
03/30/2023, 2:27 PMJaromir Hamala
03/30/2023, 2:32 PMNicolas Hourcard
03/30/2023, 2:37 PMHristo Katsarski
03/30/2023, 2:42 PMCREATE TABLE minute_1 (code symbol CAPACITY 9182, ddate timestamp, ...other fields...), INDEX (code) timestamp(ddate) PARTITION BY MONTH;
Data will be queried by "code" and "ddate" >= certain time or "ddate" from/to range.Jaromir Hamala
03/30/2023, 3:54 PMHristo Katsarski
03/30/2023, 4:12 PM