From ba8e29600b7bfa3cf733817eed464de152fac217 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 28 Sep 2024 15:24:21 -0700 Subject: [PATCH] Added todo [skip ci] --- src/hnsw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hnsw.c b/src/hnsw.c index bd05719..262444f 100644 --- a/src/hnsw.c +++ b/src/hnsw.c @@ -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; /*