mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-05 20:20:59 +08:00
Improved memory tracking for HNSW index builds - #384
This commit is contained in:
@@ -215,7 +215,8 @@ typedef struct HnswBuildState
|
||||
HnswElement entryPoint;
|
||||
double ml;
|
||||
int maxLevel;
|
||||
long memoryLeft;
|
||||
long memoryUsed;
|
||||
long memoryTotal;
|
||||
bool flushed;
|
||||
Vector *normvec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user