From 52b777e04ae71dfce791c94c91552a88219b1e64 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 28 Oct 2024 22:01:27 -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 aa84c4e..04e2018 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ Starting with 0.8.0, you can enable [iterative index scans](#iterative-index-sca SET hnsw.iterative_scan = strict_order; ``` -You can also create different approximate indexes for each value (or groups of values). +You can also create separate approximate indexes for each condition value (or groups of values). If filtering by a few distinct values, use [partial indexing](https://www.postgresql.org/docs/current/indexes-partial.html).