We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb87b6d commit 258215aCopy full SHA for 258215a
test/expected/hnsw_vector.out
@@ -190,4 +190,6 @@ SHOW hnsw.scan_mem_multiplier;
190
191
SET hnsw.scan_mem_multiplier = 0;
192
ERROR: 0 is outside the valid range for parameter "hnsw.scan_mem_multiplier" (1 .. 1000)
193
+SET hnsw.scan_mem_multiplier = 1001;
194
+ERROR: 1001 is outside the valid range for parameter "hnsw.scan_mem_multiplier" (1 .. 1000)
195
DROP TABLE t;
test/sql/hnsw_vector.sql
@@ -109,5 +109,6 @@ SET hnsw.max_scan_tuples = 0;
109
SHOW hnsw.scan_mem_multiplier;
110
111
112
113
114
0 commit comments