alibaba / alibaba/GraphScope

[Performance] Running LDBC CR9 in GAIA-X Quite Slow

Open
#922 2 comments 0 reactions 3 assignees Claimed by @bmmcq View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.