timescaledb-parallel-copy icon indicating copy to clipboard operation
timescaledb-parallel-copy copied to clipboard

A binary for parallel copying of CSV data into a TimescaleDB hypertable

Results 23 timescaledb-parallel-copy issues
Sort by recently updated
recently updated
newest added

This is rather an open question. I am looking for any experience/tips anyone has regarding performance tuning to increase import speed. We are trying to import several billion rows of...

we are migrating a fairly large set of zabbix data from one server to another (about 1TB) migrating the data is no issue but our bottleneck appears to be specifically...

Hello, Just writing in to check my expectations on what the timescaledb-parallel-copy script should look like while running. I am running it inside a docker container but that container doesn't...

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?

I'm wondering if its worth extracting the code into a library that can be used to stream into the db - I'm processing the data in go anyway, and writing...

I presume there is a really good reason this is better than using `COPY .... FROM stdin CSV;` - but its not instantly obvious from the readme ie - is...

Just want to confirm that you can't copy in a binary file with timescaledb-parallel-copy. If you can, can you please provide an example of how to do it? Example: Source...

I am trying to use this utility with url escape beacuse my password has the @ character inside.. timescaledb-parallel-copy --db-name openmeteo --table enhydris_timeseries_data --connection postgres://postgres:6-@m4 dkalo@eridanos:~/timeseries_data$ timescaledb-parallel-copy --db-name openmeteo --table...

Can the documentation, e.g., ReadMe, of `--copy-options` include what formatting is expected in the string? E.g., through a link to format options of the implementation operator or a comment what...