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
When fetching data from a large shard, the content claims locator fetches the index, then it fetches a location claim for every single shard and it does so BEFORE it ever fetches data from any of the shards. This means extract a small amount of data from a large shard is very slow.
Instead, it only needs to initially fetch the shard that contains first CID to fetch (i.e. the digest that was used calling locate).
Attached trace screenshot:
The text was updated successfully, but these errors were encountered:
What
When fetching data from a large shard, the content claims locator fetches the index, then it fetches a location claim for every single shard and it does so BEFORE it ever fetches data from any of the shards. This means extract a small amount of data from a large shard is very slow.
Instead, it only needs to initially fetch the shard that contains first CID to fetch (i.e. the digest that was used calling locate).
Attached trace screenshot:
The text was updated successfully, but these errors were encountered: