Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
With the flexible indexing in Oak it is up to the application developers to define indexes for their queries (to avoid Traversal). In large applications it needs to be checked automatically (through some integration test) that all queries are backed up by an index. This can easily be done by parsing the logs for traversals.
However, there are cases where the application developer knows that traversal is fine, e.g. because the query is constrained to a sub-tree that contains few nodes. It would be nice if the developer could give a hint to the query engine that changes the above mentioned log output - so that these queries could be taken out of an automated traversal detection.
Attachments
Issue Links
- is duplicated by
-
OAK-4888 Warn or fail queries above a configurable cost value
- Closed