1

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.

4

1 回答 1

5

Use the PostgreSQL COPY command, or better yet: https://github.com/timescale/timescaledb-parallel-copy

于 2019-03-01T20:12:29.670 回答