|
|
|
|
|
by LunaSea
960 days ago
|
|
Are you not getting OutOfMemory erros? We are in the same scenario (querying lots of Parquet files in S3) and we noticed that DuckDB quickly crashes with OOMs in environments with a few gigs of RAM. Setting the memory limit setting or the disk swap file has not worked. |
|
I used to have to chunk my data to avoid OOMs but I haven’t had to do that.
That said there are a few more out of core strategies on the roadmap that have not yet been implemented. If you still get OOMs, chunking your data will help.
Also consider that few gigs of RAM might not be large enough for your workload. Out of core strategies can only do so much.
https://duckdb.org/2023/09/26/announcing-duckdb-090.html