Added todo [skip ci]

This commit is contained in:
Andrew Kane
2024-09-28 15:24:21 -07:00
parent 49e05fb5ba
commit ba8e29600b

View File

@@ -165,6 +165,7 @@ hnswcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
HnswGetMetaPageInfo(index, &m, NULL);
index_close(index, NoLock);
/* TODO Separate startup and total cost */
ef = hnsw_streaming ? Max(hnsw_ef_search, EstimateEf(root, path)) : hnsw_ef_search;
/*