Improved performance of index scans for IVFFlat after updates and deletes

This commit is contained in:
Andrew Kane
2023-09-03 14:21:57 -07:00
parent bab5fea9e7
commit bbbe1db72b
3 changed files with 71 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 0.5.1 (unreleased)
- Improved performance of index scans for IVFFlat after updates and deletes
## 0.5.0 (2023-08-28)
- Added HNSW index type