timescale / timescaledb-parallel-copy

A binary for parallel copying of CSV data into a TimescaleDB hypertable
https://www.timescale.com/
Apache License 2.0
360 stars 54 forks source link

timescaledb-parallel-dump? #44

Closed yazeed closed 4 months ago

yazeed commented 3 years ago

Hi, I was wondering if there's an equivalent to what would be an opposite to this repository, a parallel dump library offered somewhere that I'm missing?

alejandrodnm commented 4 months ago

That's not in the scope of this project. You can try to do it manually by running concurrent selects filtering by PK, CTID, date, etc.