← Back to context Comment by high_na_euv 1 day ago What if you used some id that does not allow to count objs like guid? 1 comment high_na_euv Reply bastawhiz 14 hours ago Uuid4 is extremely random, which makes it bad for most database indexes. You can use uuid7 instead.Uuid7 would not have helped GitHub, though, because it doesn't solve the sharding issue.
bastawhiz 14 hours ago Uuid4 is extremely random, which makes it bad for most database indexes. You can use uuid7 instead.Uuid7 would not have helped GitHub, though, because it doesn't solve the sharding issue.
Uuid4 is extremely random, which makes it bad for most database indexes. You can use uuid7 instead.
Uuid7 would not have helped GitHub, though, because it doesn't solve the sharding issue.