top | item 41492137

(no title)

voidsnax | 1 year ago

Doing row-by-row inserts into DuckDB is really slow. Accumulating rows in an in-memory data structure and periodically batching them into something like an in-memory Arrow table, and then reading the Arrow table into DuckDB, is fast and has been tenable for my own use cases.

discuss

order

No comments yet.