Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15c8245

Browse files
committed
Updated readme [skip ci]
1 parent572a9ab commit15c8245

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,7 @@ CREATE TABLE items (embedding vector(3), category_id int) PARTITION BY LIST(cate
455455

456456
*Unreleased*
457457

458-
With approximate indexes, queries with filtering can return less results (due to post-filtering).
459-
460-
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`). This can significantly improve recall.
458+
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`). This can significantly improve recall.
461459

462460
There are two modes for iterative scans: strict and relaxed.
463461

@@ -475,8 +473,6 @@ SET hnsw.iterative_scan = relaxed_order;
475473
SETivfflat.iterative_scan= relaxed_order;
476474
```
477475

478-
Note: IVFFlat only supports relaxed ordering for iterative scans
479-
480476
With relaxed ordering, you can use a[materialized CTE](https://www.postgresql.org/docs/current/queries-with.html#QUERIES-WITH-CTE-MATERIALIZATION) to get strict ordering
481477

482478
```sql

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp