In the TimescaleDB docs, it mentions being able to import data from a .csv into an empty hypertable using their GO program. My question is how would I go about import data from .csv files to a non-empty hypertable? My .csv files are all the same structure, but they all may not all be available when the first table is created.
问问题
1434 次
1 回答
5
Use the PostgreSQL COPY command, or better yet: https://github.com/timescale/timescaledb-parallel-copy
于 2019-03-01T20:12:29.670 回答