Changelog
0.15.2
Stability Improvements πͺ
- Fixed an issue where the Postgres
NOT
operator 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
,INSERT
andUPDATE
statements
Performance Improvements π
- Improved the performance of queries that donβt fetch results, for example
select count(*) from t where ... @@@ ...
Full Changelog
The full changelog is available here.
Was this page helpful?