near / mpc

30 stars 6 forks source link

Partition data storage of triples into per epoch #637

Open ChaoticTempest opened 3 weeks ago

ChaoticTempest commented 3 weeks ago

We should partition our storage of triples into different partitions such that when we go to do resharing, the nodes themselves can still serve requests utilizing the old triples meanwhile we're doing the expensive resharing operation that could take hours. This will allow us to have no downtime

volovyks commented 2 weeks ago

Do you mean that we should keep triples for a different (old) participant set and use them while we are resharing AND generating a new set of triples?

ChaoticTempest commented 2 weeks ago

yup, it's to allow us to maintain two different MPC networks while resharing