mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Improved performance of index scans for IVFFlat after updates and deletes
This commit is contained in:
@@ -247,6 +247,7 @@ typedef struct IvfflatScanOpaqueData
|
||||
int dimensions;
|
||||
bool first;
|
||||
Buffer buf;
|
||||
ItemPointerData heaptid;
|
||||
|
||||
/* Sorting */
|
||||
Tuplesortstate *sortstate;
|
||||
|
||||
Reference in New Issue
Block a user