You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Motivation
Faster migration optimizes contract formation as contracts can be re-used to storage data faster. Furthermore if migration is faster less contracts will have to be formed which is advantageous both in terms of financial and in terms of scalability.
Current behavior:
The velocity of data migration < new data uploaded --> New contract set will have to be formed to continue uploading.
Currently migration is slow as can be seen on the snippet below from one of our gateways:
Many contract sets are stuck in the migration state (19 contract sets ~ 19*40 = 760 contracts).
If migration is carried out from a resource deficient or low upload throughput host, migration can take a very long time to complete. The impact of this grows as more data is stored.
Expected behavior
Migrate from the fastest host(s) with the highest upload throughput to minimize migration time. As overdrive will be optimizing for slow hosts during upload, it would be beneficial to have something similar for migration.
The text was updated successfully, but these errors were encountered:
##Motivation
Faster migration optimizes contract formation as contracts can be re-used to storage data faster. Furthermore if migration is faster less contracts will have to be formed which is advantageous both in terms of financial and in terms of scalability.
Current behavior:
The velocity of data migration < new data uploaded --> New contract set will have to be formed to continue uploading.
Currently migration is slow as can be seen on the snippet below from one of our gateways:
Many contract sets are stuck in the migration state (19 contract sets ~ 19*40 = 760 contracts).
If migration is carried out from a resource deficient or low upload throughput host, migration can take a very long time to complete. The impact of this grows as more data is stored.
Expected behavior
Migrate from the fastest host(s) with the highest upload throughput to minimize migration time. As overdrive will be optimizing for slow hosts during upload, it would be beneficial to have something similar for migration.
The text was updated successfully, but these errors were encountered: