@DuckDB can fetch multiple quantiles in 1 function call. Example: min( col ), max( col ), median( col ) May be written as quantile( col, [0.0, 1.0, 0.5] ) It can have dramatic positive effects on performance and memory usage! Details & Benchmark: rpbouman.blogspot.com/2026/08/duck...
DuckDb Performance: min, max, and median vs quantile
Progamming, databases, Business Intelligence, MySQL, JavaScript, SQL SAP HANA
rpbouman.blogspot.com