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