GQL performance optimization
Open
hacktoberfest
hard issue
- Dominant language
- Java
- Stars
- 808
- Forks
- 188
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 2
Description
【需求描述】
1. GQL性能优化 :
MATCH
(a:person where a.id = 4)-[e:created]->(b),
(c:person) -[:knows]-> (d where d.id = 2),
(a:person where id = 4) <-[:knows]- (c)
RETURN a, b, c, d
【期望产出】
1. 对上述查询进行优化,在LDBC SF1上提升50%。
如有疑问请联系: @puuuuug
Contributor guide
Research direction
Start by reproducing the supplied GQL query against the LDBC SF1 workload and identify the query-processing entry points involved; the issue names no files or tests. Compare the baseline with the requested 50% improvement on LDBC SF1, and treat the work as done only when the query remains correct and the benchmark demonstrates that gain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100