Skip to main content

Performance Improvements ๐Ÿš€

  • Significantly improves segment merge speeds, leading to 10-15X higher INSERT/UPDATE throughput in our testing and more optimal segment counts
  • Support for basic predicate pushdown: <, >, =, etc. predicates get โ€œpushed downโ€ to the BM25 index when used alonside an @@@

Stability Improvements ๐Ÿ’ช

  • Fixed a compatibility issue between pg_search and pg_ivm

Full Changelog

The full changelog is available on the GitHub Release.