8000 Updated readme [skip ci] · postgrespro/pgvector@67e1392 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67e1392

Browse files
committed
Updated readme [skip ci]
1 parent e530a1a commit 67e1392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ CREATE TABLE items (embedding vector(3), category_id int) PARTITION BY LIST(cate
479479

480480
*Unreleased*
481481

482-
With approximate indexes, queries with filtering can return less results (due to post-filtering). Starting with 0.8.0, you can enable iterative index scans. If too few results from the initial scan match the filters, the scan will resume until enough results are found (or it reaches `hnsw.max_scan_tuples` or `ivfflat.max_probes`).
482+
With approximate indexes, queries with filtering can return less results since filtering is applied *after* the index is scanned. Starting with 0.8.0, you can enable iterative index scans. If too few results from the initial scan match the filters, the scan will resume until enough results are found (or it reaches `hnsw.max_scan_tuples` or `ivfflat.max_probes`).
483483

484484
Iterative scans can use strict or relaxed ordering.
485485

0 commit comments

Comments
 (0)
0