Stability Improvements πŸ’ͺ

  • Fixed an issue where queries with nested OR EXISTS clauses or multiple JOINs would throw an rt_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
The full changelog is available here.