top | item 45923189

(no title)

dogman123 | 3 months ago

One thing that I never really see mentioned in these types of articles is that a lot of DuckDB’s functionality does not work if you need to spill to disk. iirc, percentiles/quartiles (among other aggregate functions) caused DuckDB to crash out when it spilled to disk.

discuss

order

jtbaker|3 months ago

I’m pretty sure I’ve done this and not had any issues. Can you share a minimum reproducible example?