adriangb / pgpq

Stream Arrow data into Postgres
MIT License
248 stars 17 forks source link

Missing benchmark comparing pgpq to CSV copy #36

Closed ben-pr-p closed 7 months ago

ben-pr-p commented 8 months ago

In the README, you reference a benchmark that pgpq's Arrow -> PG is faster than CSV -> via native CSV copy, but the link only goes to the benchmark that shows how fast pgpq can encode values, not any comparison to native CSV copy.

If you could include that, that would be great!