Stability Improvements 💪
- In ParadeDB Enterprise, fixed an issue with physical replication where read replicas would sometimes error if a WAL record was being concurrently applied
- Deprecated the
rawtokenizer in favor of the newkeywordtokenizer, which fixes an issue whererawwas lowercasing tokens - Fixed an issue where segments created by
CREATE INDEXcould get merged in the nextINSERT/UPDATEif they were under the max layer size, which could be a very expensive operation
Performance Improvements 🚀
- Landed some initial work on improving the query performance of partitioned indexes by pushing down
ORDER BY...LIMIT