polydbms / sheetreader-duckdb

MIT License
38 stars 3 forks source link

Multi-threaded scan #47

Open freddie-freeloader opened 3 months ago

freddie-freeloader commented 3 months ago

First findings

Thoughts

TODO

A multi-threaded scan would be interesting, since our copy/scan function takes some time.

Have a look at:

https://github.com/duckdb/duckdb_delta/blob/main/src/functions/delta_scan.cpp

According to the README, it supports a multi-threaded scan. I suspect that this doesn't need any new implementation, since they are reading the parquet files.