Improved performance of index scans for IVFFlat after updates and deletes

This commit is contained in:
Andrew Kane
2023-09-03 14:21:57 -07:00
parent bab5fea9e7
commit bbbe1db72b
3 changed files with 71 additions and 1 deletions

View File

@@ -247,6 +247,7 @@ typedef struct IvfflatScanOpaqueData
int dimensions;
bool first;
Buffer buf;
ItemPointerData heaptid;
/* Sorting */
Tuplesortstate *sortstate;