Hacker News new | ask | show | jobs
by lnkuiper 1201 days ago
DuckDB will use multiple threads for reading the same file. Each thread will read different parts of the file, but the output will be in the order that the file came in due to DuckDB’s order preserving parallelism.