Partition Maintenance Operations and Vector indexes
Partition administration is an important task to consider when working with partitioned tables. Partition Maintenance Operations are supported with tables that have either global IVF or HNSW indexes.
- Partition Maintenance Operations with GLOBAL Vector Indexes
The table that a Partition Maintenance Operation is performed on must be a partitioned table. It can be partitioned using various methods, includingRANGE
,LIST
,HASH
, andCOMPOSITE
, and can have one or more global IVF and HNSW indexes. - Partition Maintenance Operations with LOCAL IVF Vector Indexes
There are certain considerations to keep in mind regarding the use of Partition Maintenance Operations with local IVF vector indexes.
Parent topic: Manage the Different Categories of Vector Indexes