forked from JanusGraph/janusgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Add toString() method to SliceQuery to indicate which vertex-centric index is used in edge queries. 2. Indicate "GraphCentricQuery" and "VertexCentricQuery" in profiler if applicable. Previously they were incorrectly merged, causing corrupted annotations. 3. Indicate "constructGraphCentricQuery" phase in profiler rather than a vague "optimization" annotation, if applicable. 4. Fix corrupted annotations caused by nested profile flattening issue. Now AND/OR nesting is flattened only if it does not have siblings. Fixes JanusGraph#898, JanusGraph#2283, JanusGraph#2285 Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk>
- Loading branch information
Showing
19 changed files
with
399 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.