V$VECTOR_INDEX
This fixed view provides diagnostic information about vector indexes and is available with Autonomous Database Serverless (ADB-S).
Column Name | Data Type | Description |
---|---|---|
|
|
User name of the vector index owner |
|
|
Name of the vector index |
|
|
Object partition name (set to |
|
|
The vector index organization. The value can be one of the following:
|
|
|
Index object number |
|
|
Total amount of memory allocated to this vector index, in bytes. When the vector index is an IVF index, the value is |
|
|
Total amount of memory currently used by the vector index, in bytes. When the vector index is an IVF index, the value is |
|
|
The number of vectors currently indexed in the main-memory storage of the index as of the latest snapshot |
|
|
Number of times this index has been repopulated |
|
|
Number of times this vector index has been used by queries |
|
|
Possible distance values:
|
|
|
Number of dimensions of the indexed vector |
|
|
Type of the dimensions of the index vector. Possible values:
|
|
|
The accuracy to achieve when performing approximate search on this vector index if a target query accuracy is not provided |
|
|
The ID of the container to which the data pertains. Possible values
include the following:
|
Parent topic: Vector Index and Hybrid Vector Index Views