|
|
|
|
|
by mytherin
1352 days ago
|
|
The particular way in which the data is loaded into DuckDB and the particular machine configuration on which it is run triggers a problem in DuckDB related to memory management. Essentially the standard Linux memory allocator does not like our allocation pattern when doing this load, which causes the system to run out-of-memory despite freeing more memory than we allocate. More info is provided here [1]. As it is right now the benchmark is not particularly representative of DuckDB's performance. Check back in a few months :) [1] https://github.com/duckdb/duckdb/issues/3969#issuecomment-11... |
|
Goes without saying, if there are cost advantages to be had due to DuckDB's unique strengths, then serverless DuckDB Cloud couldn't come here soon enough.