-
Notifications
You must be signed in to change notification settings - Fork 975
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
service/share: Implement parallelisation for GetSharesByNamespace
#184
Comments
Hi @renaynay , may I take this one? |
Hey @vgonkivs we are currently debugging an issue with ipld + bitswap, so will wait on @Wondertan for further notice. But after that bug is fixed, that would be great! |
Ok, then I will wait until the bug will be fixed. |
It's been fixed! @vgonkivs |
Great. So If I understand correctly, |
I would say the best approach is: step 1: figure out which rows ( step 2 is the only one that should be happening concurrently. |
Implement parallelisation for
GetSharesByNamespace
when there are multiple rows that contain the givennamespace.ID
.The text was updated successfully, but these errors were encountered: