Reduced WAL generation for HNSW index builds

This commit is contained in:
Andrew Kane
2023-12-19 11:49:40 -05:00
parent 921427ee03
commit 5d7bf9509d
5 changed files with 80 additions and 49 deletions

View File

@@ -2,6 +2,7 @@
- Improved performance of HNSW
- Added support for on-disk parallel index builds for HNSW
- Reduced WAL generation for HNSW index builds
- Fixed `invalid memory alloc request size` error with HNSW index build
## 0.5.1 (2023-10-10)