You would need to synchronize less often and that can be big benefit performance wise. i.e. you can tolerate more partitions without effects. If done right and in some cases you can have the same benefits as UUIDs with smaller keysizes.
After all UUIDs only make it unlikely that you have conflicting IDs not impossible. Especially if your random source is not that random.
After all UUIDs only make it unlikely that you have conflicting IDs not impossible. Especially if your random source is not that random.