Overview of DBMS_VECTOR
The DBMS_VECTOR package is used to manage vector indexes.
Overview of DBMS_VECTOR subprograms
The following table lists the DBMS_VECTOR subprograms supported by seekdb and their brief descriptions.
| Subprogram | Description |
|---|---|
| REFRESH_INDEX | Refreshes a vector index. |
| REBUILD_INDEX | Rebuilds a vector index. |
| INDEX_VECTOR_MEMORY_ESTIMATE | Estimates the memory usage of a vector index. |
| INDEX_VECTOR_MEMORY_ADVISOR | Analyzes the memory usage of a vector index. |