From fc09ee200dfd705b08f9b40d3602f904d1ea76cf Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 2 Mar 2023 19:33:21 -0800 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 3094786..057575e 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Specify the number of probes (1 by default) SET ivfflat.probes = 1; ``` -A higher value improves recall at the cost of speed, and it can be set to the number of lists for exact nearest neighbor search (at which point the index won’t be used) +A higher value improves recall at the cost of speed, and it can be set to the number of lists for exact nearest neighbor search (at which point the planner won’t use the index) Use `SET LOCAL` inside a transaction to set it for a single query