Removed todo [skip ci]

This commit is contained in:
Andrew Kane
2024-09-25 17:29:20 -07:00
parent 058248fdcc
commit 40c3e402c7

View File

@@ -198,8 +198,6 @@ hnswcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
layer0Selectivity = (scalingFactor * log(path->indexinfo->tuples + 1)) /
(log(m) * (1 + log(ef)));
/* TODO incorporate ef_stream */
costs.numIndexTuples = (entryLevel * m) +
(layer0TuplesMax * layer0Selectivity);