Use separate memory context for updating neighbors, which improves performance around 10% for larger vectors

This commit is contained in:
Andrew Kane
2024-09-30 11:15:27 -07:00
parent ff6da4fcea
commit 57248ba128
2 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
- Added casts for arrays to `sparsevec`
- Improved cost estimation
- Improved performance of HNSW inserts and on-disk index builds
- Reduced memory usage for HNSW index scans
- Dropped support for Postgres 12