alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.23k stars 437 forks source link

Reduce fragment size #2628

Open yecol opened 1 year ago

yecol commented 1 year ago

as titled, reduce the fragment size with potential optimization (e.g., varint)

sighingnow commented 1 year ago

baseline test, compare with Plato, GraphX and other systems....

Systems:

Datasets:

Algorithms:

Measurements:

@yecol @vegetableysm Any comments on the plan above?

sighingnow commented 1 year ago

Refer to https://github.com/alibaba/libgrape-lite/blob/master/Performance.md

yecol commented 1 year ago

Sounds like a good plan!