[Performance] Running LDBC CR9 in GAIA-X Quite Slow
Open
component:gaia
priority:low
wontfix
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
g.V($personId).out('knows').dedup().union(identity(), out('knows')).dedup().hasId(neq($personId)).as('friends').in('hasCreator').hasLabel('post').has('creationDate',lt($maxDate)).as('post').order().by('creationDate', desc).by('id', asc).limit(20).select('friends','post').by(valueMap('id', 'firstName', 'lastName')).by(valueMap('id', 'content', 'imageFile', 'creationDate'))
Contributor guide
Assessment
This issue has not been assessed yet.