Raphtory icon indicating copy to clipboard operation
Raphtory copied to clipboard

Move global ID map into the shards

Open ljeub-pometry opened this issue 5 months ago • 0 comments

With the new bulk data frame loaders, a significant amount of time is spend waiting on the DashMap locks.

If we make the shard assignment depend on the (hashed) global id instead of local id, we can move the global-to-local id mapping inside of the shards which would allow to use the scanning approach for the node id resolution.

ljeub-pometry avatar Sep 06 '24 10:09 ljeub-pometry