Back to Paradedb

0.18.3

docs/changelog/0.18.3.mdx

0.23.3516 B
Original Source

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 on the GitHub Release.