Reduced memory usage for small tables for IVFFlat index builds - resolves #995 and resolves #996

Co-authored-by: Itai Spiegel <itai@mave.com>
This commit is contained in:
Andrew Kane
2026-07-01 11:54:21 -07:00
parent 1d458ad5d7
commit b383e4d191
4 changed files with 54 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 0.8.5 (unreleased)
- Reduced memory usage for small tables for IVFFlat index builds
## 0.8.4 (2026-06-30)
- Fixed `hnsw graph not repaired` error with HNSW vacuuming