10.152 V$VECTOR_GRAPH_INDEX
V$VECTOR_GRAPH_INDEX displays diagnostic information about
In-Memory Neighbor Graph vector indexes.
This view is populated only on Oracle Autonomous Database Serverless (ADB-S).
| Column | Datatype | Description |
|---|---|---|
|
|
|
Owner of the index |
|
|
|
Name of the index |
|
|
|
Object partition name The value of this column is null for non-partitioned objects. |
|
|
|
Index object number |
|
|
|
Address of the anchor structure for the vector in the vector pool |
|
|
|
Type of the constructed graph of the index The value of this column is always |
|
|
|
Number of layers in the constructed graph |
|
|
|
Number of indexed vectors in the index |
|
|
|
Number of vectors in the sparse layers Note that a sparse layer is defined as any layer above the bottom-most layer. |
|
|
|
Maximum number of neighbors a vector can have in the sparse layers |
|
|
|
Maximum number of closest vector candidates considered at each step of the search during insertion |
|
|
|
Number of total edges in the constructed graph as of the latest snapshot |
|
|
|
Number used to track readers of the index Note that an index can only be dropped when the value of this column is 0. |
|
|
|
Number of distance computations performed as part of queries that used the index |
|
|
|
Number of distance computations performed as part of the index creation |
|
|
|
Number of neighbors pruned out during the neighbor selection phase of index creation |
|
|
|
Number of snapshots currently tracked for the index |
|
|
|
Number of snapshots created for the index |
|
|
|
Total amount of memory allocated to the index (in bytes) |
|
|
|
Total amount of memory currently used by the index (in bytes) |
|
|
|
Comma-separated list of included columns for the index |
|
|
|
The ID of the container to which the data pertains. Possible values include:
|
Footnote 1 This column is available starting with Oracle AI Database 26ai, Release Update 23.26.1.
Note:
This view is available starting with Oracle AI Database 26ai, Release Update 23.6.