From d8b9e8ef7349a93adec3886f9d99fb74910caa48 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 28 Oct 2024 00:55:25 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c29646..53e7d76 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,7 @@ Specify the max number of tuples to visit (20,000 by default) SET hnsw.max_scan_tuples = 20000; ``` -Note: This is approximate and does not apply to the initial scan +Note: This is approximate and does not affect the initial scan Specify the max amount of memory to use, as a multiple of `work_mem` (1 by default)