mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-05 04:00:55 +08:00
Added note on partitioning [skip ci]
This commit is contained in:
@@ -114,6 +114,8 @@ Consider [partial indexes](https://www.postgresql.org/docs/current/indexes-parti
|
|||||||
CREATE INDEX ON table USING ivfflat (column) WHERE (other_column = 123);
|
CREATE INDEX ON table USING ivfflat (column) WHERE (other_column = 123);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To index many different values of `other_column`, consider [partitioning](https://www.postgresql.org/docs/current/ddl-partitioning.html) on `other_column`.
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
||||||
### Vector Type
|
### Vector Type
|
||||||
|
|||||||
Reference in New Issue
Block a user