tool · inferred from evidence
EXPLAIN PLAN
A database command or tool used to display the execution plan of a query.
- Oracle vector store ignores JSON Search Index when vector index exists
When I use similarity_search with a metadata filter and both a vector index and a JSON Search Index exist, the JSON index is never used. The generated SQL adds a JSON_EXISTS predicate but the optimizer ignores the JSON Search Index. The not