guiriduro 8 days ago

Aren't UUIDs the a priori collision-free index of choice ?

1
reactordev 8 days ago

The problem is which version? Also does the cluster index need to be embedded? Or shard index? Or whatever you are using to track the storage of the record? Should we care?

maherbeg 7 days ago

a nice way to solve this is a hash ring and put it in the ID. you can re-shard the ring as you need to, and can route to where the object lives easily.