mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 08:06:54 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -88,7 +88,7 @@ HnswInit(void)
|
|||||||
NULL, &hnsw_max_scan_tuples,
|
NULL, &hnsw_max_scan_tuples,
|
||||||
20000, 1, INT_MAX, PGC_USERSET, 0, NULL, NULL, NULL);
|
20000, 1, INT_MAX, PGC_USERSET, 0, NULL, NULL, NULL);
|
||||||
|
|
||||||
/* Same range and default as hash_mem_multiplier */
|
/* Same range as hash_mem_multiplier */
|
||||||
DefineCustomRealVariable("hnsw.scan_mem_multiplier", "Sets the multiple of work_mem to use for iterative scans",
|
DefineCustomRealVariable("hnsw.scan_mem_multiplier", "Sets the multiple of work_mem to use for iterative scans",
|
||||||
NULL, &hnsw_scan_mem_multiplier,
|
NULL, &hnsw_scan_mem_multiplier,
|
||||||
1, 1, 1000, PGC_USERSET, 0, NULL, NULL, NULL);
|
1, 1, 1000, PGC_USERSET, 0, NULL, NULL, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user