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

Address use of UUIDs #101

Open
zakpatterson opened this issue Jul 19, 2019 · 0 comments
Open

Address use of UUIDs #101

zakpatterson opened this issue Jul 19, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@zakpatterson
Copy link
Member

All modules at this stage use Postgres UUIDs as primary keys. Not all users will want this, as it adds a small amount of storage overhead, and might impact the way that postgres builds indexes.

So if there could be a way to allow the user to configure these and use sequences or whatever else for modules that already exist, that would be good. Or, we should just plant our flag and document the reasoning for using UUIDs for all the primary keys.

@zakpatterson zakpatterson added the help wanted Extra attention is needed label Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant