Performance Improvements ๐
- Significantly improves segment merge speeds, leading to 10-15X higher
INSERT/UPDATEthroughput 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_searchandpg_ivm