mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-30 01:31:15 +08:00
Added todo [skip ci]
This commit is contained in:
@@ -131,6 +131,8 @@ hnswcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
|
||||
/* Account for number of tuples (or entry level), m, and ef_search */
|
||||
costs.numIndexTuples = (entryLevel + 2) * m;
|
||||
|
||||
/* TODO Adjust for selectivity for iterative scans */
|
||||
|
||||
genericcostestimate(root, path, loop_count, &costs);
|
||||
|
||||
/* Use total cost since most work happens before first tuple is returned */
|
||||
|
||||
Reference in New Issue
Block a user