VECSYS.VECTOR$INDEX$CHECKPOINTS
This dictionary table provides detailed information about Hierarchical Navigable Small World (HNSW) full checkpoints at the database level.
Column Name | Data Type | Description |
---|---|---|
|
|
The index object number to uniquely identify the HNSW index. |
|
|
The owner id for the vector index. |
|
|
A monotonically increasing ID tracking various checkpoints for this HNSW index. |
|
|
The SCN as of which the HNSW checkpoint is taken. |
|
|
Full Checkpoint is the only checkpoint type supported. |
|
|
The checkpoint format may change in between releases. Thus, you can use a version number to decide whether to reload the HNSW index using a particular checkpoint. |
|
|
The tablespace number. You can view a tablespace number to decide whether to store full checkpoints of your HNSW graphs in the same tablespace or in a different one. |
Parent topic: Vector Index and Hybrid Vector Index Views