Skip to content
Discussion options

You must be logged in to vote

No. This an implementation detail. We will consider changing it to UUID6 or UUID7 in the future.

Also this implementation detail comes from using Postgres as a backend. Postgres's default btree indexes work better if object identifiers are somewhat ordered. If we add another backend that may not benefit from this feature of object ids (i.e. uses hash indexes for primary key) we can start using UUID4 or UUID8 when using that backend.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@tjltjl
Comment options

Answer selected by tailhook
Comment options

You must be logged in to vote
3 replies
@tailhook
Comment options

@agritheory
Comment options

@elprans
Comment options

Comment options

You must be logged in to vote
1 reply
@elprans
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants