mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Updated readme [skip ci]
This commit is contained in:
@@ -106,7 +106,7 @@ COMMIT;
|
|||||||
|
|
||||||
### Partial Indexes
|
### Partial Indexes
|
||||||
|
|
||||||
Use [partial indexes](https://www.postgresql.org/docs/current/indexes-partial.html) to speed up queries with a `WHERE` clause
|
Consider [partial indexes](https://www.postgresql.org/docs/current/indexes-partial.html) for queries with a `WHERE` clause
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE INDEX ON table USING ivfflat (column) WHERE (condition = true);
|
CREATE INDEX ON table USING ivfflat (column) WHERE (condition = true);
|
||||||
|
|||||||
Reference in New Issue
Block a user