Sequential UUIDs (SQUUID)

Summary of Clojurians Slack thread.

Q: Does XTDB benefit from using SQUUIDs?

A: No, because UUIDs get hashed before being stored in the indexes.

You should still consider SQUUIDs if your ids will be indexed in other, non-XTDB systems.

3 Likes