Updated min ef_search to 1 [skip ci]

This commit is contained in:
Andrew Kane
2023-08-10 20:47:15 -07:00
parent ded8bda72a
commit 1a0d7bccc7
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ CREATE INDEX ON t USING hnsw (val vector_l2_ops) WITH (ef_construction = 1001);
SHOW hnsw.ef_search;
SET hnsw.ef_search = 9;
SET hnsw.ef_search = 0;
SET hnsw.ef_search = 1001;
DROP TABLE t;