Added check for MVCC-compliant snapshot and removed marking tuples as dead for IVFFlat index scans - closes #260

This commit is contained in:
Andrew Kane
2023-10-10 17:28:48 -07:00
parent 4b5db94307
commit b5b912906b
3 changed files with 8 additions and 91 deletions

View File

@@ -1,8 +1,7 @@
## 0.5.1 (unreleased)
- Improved performance of HNSW index builds
- Added check for MVCC-compliant snapshot for HNSW index scans
- Improved performance of index scans for IVFFlat after updates and deletes
- Added check for MVCC-compliant snapshot for index scans
## 0.5.0 (2023-08-28)