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

PseudoKV roadmap (discussion) #126

Open
3 of 10 tasks
MeijeSibbel opened this issue Sep 9, 2020 · 1 comment
Open
3 of 10 tasks

PseudoKV roadmap (discussion) #126

MeijeSibbel opened this issue Sep 9, 2020 · 1 comment

Comments

@MeijeSibbel
Copy link

MeijeSibbel commented Sep 9, 2020

Wanted to use this issue to index some further PseudoKV action items we have listed/discussed on discord. Please comment below so we an expand this list.

Items

(No particular order of importance)

  • (i) Optimizing parallel transfers with "overdrive," i.e. optionally uploading/downloading more shards than necessary, and discarding the slowest ones. Avoids having to wait for very slow hosts.
  • (ii) 1x redundancy prioritization.
  • (iii) Sector buffering.
  • (iv) LRU cache for downloading recently-uploaded files.
  • (v) Context based cancellation.
  • (vi) Integrate RHP3.
  • (vii) ReadonlyPseudoKV (ephemeral accounts for downloads)
  • (viii) Web-socket support for websites.
  • (ix) Host cooldown / unreliable host handling (PseudoKV host cooldown #104)
  • (x) PseudoKV Garbage collection
@MeijeSibbel
Copy link
Author

Some observations/ideas:

  • We currently see an average upload speed of 120 Mbps with 5-of-20 using 40 hosts. This is ok but not great. This is where (i/ii) might come in handy so we can bump up the upload speed?
  • Junpei and i discussed that it might be a good idea to add a --upload-cache flag to the gateway so that the user can chose to add sector buffering (iii), which will increase storage efficiency but decrease time-to-availability of individual file transfers as it has to wait for other files to reach the packing threshold. This is still most likely the best strategy for uploading lots of small files.

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

No branches or pull requests

1 participant