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.
@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance related issues
Projects
None yet
Development

No branches or pull requests

4 participants