Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
VECTOR_ INDEX
This view contains information about the in-memory and on-disk sizes of vector indexes.
|
Column Name |
Description |
|---|---|
|
|
The name of the database. |
|
|
The name of the table. |
|
|
The name of the index. |
|
|
The type of the index. |
|
|
The |
|
|
The amount of memory in bytes currently consumed by the vector index. |
|
|
The number of per-segment indexes of this index currently loaded in the vector index cache. |
|
|
The size, in bytes, of the index on disk. |
|
|
The total number of per-segment indexes in this index. |
Note: For indexes created in versions prior to 9.INDEX_ and DISK_ will display NULL.
Last modified: