Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce fragment size #2628

Open
3 of 4 tasks
yecol opened this issue Apr 20, 2023 · 3 comments
Open
3 of 4 tasks

Reduce fragment size #2628

yecol opened this issue Apr 20, 2023 · 3 comments
Assignees
Labels
performance Performance related issues

Comments

@yecol
Copy link
Collaborator

yecol commented Apr 20, 2023

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

  • baseline test, compare with Plato, GraphX and other systems....
  • optimization-1: varint, considering compatibility, co-exists with current fragments.
  • optimization-2: perfect hashing, (advise @luoxiaojian)
  • test and report effectiveness.
@yecol yecol added the performance Performance related issues label Apr 20, 2023
@sighingnow sighingnow added this to To do in GraphScope Sprint April-May via automation Apr 26, 2023
@lidongze0629 lidongze0629 moved this from To do to In progress in GraphScope Sprint April-May May 10, 2023
sighingnow added a commit to v6d-io/v6d that referenced this issue May 26, 2023
…mory usage (#1372)

Related issue number
--------------------

- Fixes #1373
- Part of alibaba/GraphScope#2628

---------

Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
Co-authored-by: Tao He <linzhu.ht@alibaba-inc.com>
sighingnow added a commit that referenced this issue Jun 5, 2023
## Related issue number

Part of #2628

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@sighingnow
Copy link
Collaborator

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

Systems:

  • GraphScope
  • Plato
  • GraphX
  • Giraph
  • Gemini

Datasets:

  • soc-LiveJournal1
  • soc-twitter-2010
  • soc-sinaweibo
  • soc-orkut

Algorithms:

  • pagerank
  • sssp

Measurements:

  • Peek memory
    • during running graph
    • during running application
  • Memory after loading graph
  • Running time
    • loading graph
    • running application

@yecol @vegetableysm Any comments on the plan above?

@sighingnow
Copy link
Collaborator

@yecol
Copy link
Collaborator Author

yecol commented Jun 7, 2023

Sounds like a good plan!

sighingnow added a commit that referenced this issue Jul 24, 2023
Part of #2628

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance related issues
Projects
No open projects
Development

No branches or pull requests

4 participants