Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange UUIDs before storing them (for efficiency) #43

Open
skalee opened this issue Jan 4, 2019 · 0 comments
Open

Rearrange UUIDs before storing them (for efficiency) #43

skalee opened this issue Jan 4, 2019 · 0 comments

Comments

@skalee
Copy link
Contributor

skalee commented Jan 4, 2019

In case of UUIDs version 1 (timestamp-based ones), a major performance boost can be achieved by rearranging bits. See https://www.percona.com/blog/2014/12/19/store-uuid-optimized-way/ for clarification and experimental proof.

This feature is highly desired, but will break compatibility with legacy versions of activeuuid. For this reason, it must be optional, and disabled by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant