Reduced lock contention with parallel HNSW index builds

This commit is contained in:
Andrew Kane
2024-03-11 20:16:55 -07:00
parent 62350b1589
commit 3ea2ce89be
3 changed files with 13 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ typedef struct HnswGraph
/* Entry state */
LWLock entryLock;
LWLock entryWaitLock;
HnswElementPtr entryPoint;
/* Allocations state */