New Features πŸ’‘

Enumerated Type Support

Custom Postgres enums can now be indexed and filtered over.

Performance Improvements πŸš€

Parallelized Aggregates

ParadeDB Enterprise now has support for parallelized aggregates, which allows any query containing @@@ and returning fast fields to use all of the available hardware. This delivers significant performance improvements. We’re seeing 5-10X faster COUNTs over large result sets (100M+ rows) in our test datasets.

Stability Improvements πŸ’ͺ

  • Fixed a bug where parallel index scans could return incorrect results.

Full Changelog

The full changelog is available here.