Stability Improvements πͺ
- Fixed an issue where the Postgres
NOToperator would not be pushed down to Tantivy properly - Fixed an issue where snippets and scores would not be properly returned in querying with JOIN clauses
- Fixed an issue where memory could leak in
COPY,INSERTandUPDATEstatements
Performance Improvements π
- Improved the performance of queries that donβt fetch results, for example
select count(*) from t where ... @@@ ...