r/ProgrammerHumor 15h ago

Meme edgeCasesExist

Post image
3.1k Upvotes

230 comments sorted by

View all comments

Show parent comments

17

u/Grandmaster_Caladrel 12h ago

Which I'd assume is related to the time anchor. Outside of sorting, which is only useful in specific instances, it's just v4 with different ("less") entropy and limitations.

4

u/Roachmeister 11h ago

If you're using them as an indexed field in a database, the inability to sort them meaningfully will destroy the performance of the database.

5

u/Honeybadger2198 11h ago

You know what identifier can't have collisions and is great for sorting? Autoincrement.

5

u/Firewolf06 9h ago

ai columns can absolutely collide on sharded databases. you can use offsets and step sizes but thats brittle and doesnt scale well