Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Smarter sync mechanism #10

Open
asonnino opened this issue Jun 17, 2021 · 0 comments
Open

Smarter sync mechanism #10

asonnino opened this issue Jun 17, 2021 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@asonnino
Copy link
Contributor

asonnino commented Jun 17, 2021

There are many ways to improve our current sync strategy.

For instance, if we get the same parent from more than one peer, we can ask these peers first before random selection.

An other example could be:

  • Ask all nodes for missing data
  • All nodes start streaming chunks (FC coded) of the data
  • Stop streaming once we can reconstruct the data

All nodes keep in memory already FC-coded data in case others need to sync.

@asonnino asonnino added enhancement New feature or request question Further information is requested labels Jun 17, 2021
@asonnino asonnino changed the title Use FC for sync requests? Smarted sync mechanism Jun 28, 2021
@asonnino asonnino mentioned this issue Jun 28, 2021
4 tasks
@asonnino asonnino changed the title Smarted sync mechanism Smarter sync mechanism Jul 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant