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

Commit96a5a44

Browse files
committed
Updated readme [skip ci]
1 parent67e1392 commit96a5a44

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
@@ -445,7 +445,7 @@ For multiple columns, consider a [multicolumn index](https://www.postgresql.org/
445445
CREATEINDEXON items (location_id, category_id);
446446
```
447447

448-
Exact indexes work well for conditions that match alower percentage of rows. Otherwise,[approximate indexes](#indexing) can work better.
448+
Exact indexes work well for conditions that match alow percentage of rows. Otherwise,[approximate indexes](#indexing) can work better.
449449

450450
```sql
451451
CREATEINDEXON items USING hnsw (embedding vector_l2_ops);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp