Stability Improvements πͺ
- Fixed an issue where queries with nested
OR EXISTS
clauses or multipleJOIN
s would throw anrt_fetch used out-of-bounds
error
Performance Improvements π
- Pushed down
GROUP BY...ORDER BY...LIMIT
queries to the custom aggregate scan - Improved write throughput by roughly 20% by swapping out our custom buffered writer for Rustβs standard
BufWriter