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

Optimal Sharding Strategy for Larger Websites #27

Open
georgeaf99 opened this issue Jan 20, 2017 · 0 comments
Open

Optimal Sharding Strategy for Larger Websites #27

georgeaf99 opened this issue Jan 20, 2017 · 0 comments
Labels

Comments

@georgeaf99
Copy link
Collaborator

georgeaf99 commented Jan 20, 2017

Larger websites should be sharded into multiple torrents such that the files grouped in an individual torrent have high locality relative to each other. This makes it likely that a user visiting a specific portion of the website will need files from a torrent that has already been downloaded.

If we view the website as a graph, with files corresponding to nodes and links to edges, this optimization corresponds to finding the minimally connected subgraphs larger than some size.

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

No branches or pull requests

1 participant