Added check for MVCC-compliant snapshot for HNSW index scans - closes #281

This commit is contained in:
Andrew Kane
2023-10-04 20:14:50 -07:00
parent 8d7abb6590
commit 564a3d45fc
2 changed files with 6 additions and 9 deletions

View File

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