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

Commite530a1a

Browse files
committed
Updated readme [skip ci]
1 parent6170e26 commite530a1a

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
@@ -451,7 +451,7 @@ Exact indexes work well for conditions that match a lower percentage of rows. Ot
451451
CREATEINDEXON items USING hnsw (embedding vector_l2_ops);
452452
```
453453

454-
With approximate indexes, filtering is applied after the index is scanned (known as post-filtering). If a condition matches 10% of rows, with HNSW and the default`hnsw.ef_search` of 40, only 4 rows will match on average. For more rows, increase`hnsw.ef_search`.
454+
With approximate indexes, filtering is applied*after* the index is scanned. If a condition matches 10% of rows, with HNSW and the default`hnsw.ef_search` of 40, only 4 rows will match on average. For more rows, increase`hnsw.ef_search`.
455455

456456
```sql
457457
SEThnsw.ef_search=200;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp