Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2024-10-28 22:01:27 -07:00
parent 307271214f
commit 52b777e04a

View File

@@ -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).