July 2025, Release Update 23.9
Included are some notable Oracle AI Vector Search updates with Oracle Database 23ai, Release Update 23.9.
Feature | Description |
---|---|
IVF Index Reorganization |
The quality of an IVF index may degrade over time if updates are made to the base table after the general vector distribution. IVF index reorganization permits the index to be reorganized while it remains available for DMLs and queries. |
HNSW Index Snapshots |
Incremental snapshots are introduced as an HNSW graph refresh mechanism optimized for minimal, frequent updates, balancing performance and memory use. |
Partition Maintenance Operation support for global IVF and HNSW Indexes |
Partition Maintenance Operations can now be performed on partitioned tables that have global IVF and HNSW Indexes, including operations such as adding, dropping, merging, and splitting partitions. |
|
Hierarchical Navigable Small World (HNSW) vector indexes
support |
Creating Hybrid Vector Index using |
Hybrid Vector Indexes (HVI) can now be created using the
|
Enhancements for altering Hybrid Vector Indexes |
Existing Hybrid Vector Indexes can be altered using the
|
Enhancements for searching Hybrid Vector Indexes using
the |
The Additional enhancements include a new query parameter for keyword searches of Hybrid Vector Indexes as well as the ability to filter results using standard relational logic. |
Parent topic: Oracle Database 23ai Release Updates