JanusGraph / JanusGraph/janusgraph
indicate if an index is utilized in explain() step
Open
kind/enhancement
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
It would be nice if the `explain()` step somehow was able to indicate whether a composite, mixed, or vertex-centric index will be utilized on the traversal.
Contributor guide
Research direction
Start by locating the explain() step and the code paths for composite, mixed, and vertex-centric index selection. Determine how explain() represents traversal planning, then define and implement output that clearly indicates whether each applicable index is utilized; add tests for the three index types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100