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

Use 2-level statistics to form global stats #15

Open
simmhan opened this issue Mar 5, 2019 · 0 comments
Open

Use 2-level statistics to form global stats #15

simmhan opened this issue Mar 5, 2019 · 0 comments
Labels
medium medium priority research research activity, exploratory

Comments

@simmhan
Copy link
Contributor

simmhan commented Mar 5, 2019

Buddy creates stats for its neighbors and itself. Passes intermediate stats to its buddy pool. O(mn + mb) messages instead of O(m) messages (m: # of peers, b: buddy pool size - 1; n: neighbor count).
This will require 1-level indirection to the buddy to decide the actual fog to hold replica. It will also make global stats more appox.

@simmhan simmhan added medium medium priority research research activity, exploratory labels Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium medium priority research research activity, exploratory
Projects
None yet
Development

No branches or pull requests

1 participant