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.
Parent topic: Manage the Different Categories of Vector Indexes