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

generate surrogate IDs distinct to only one table (not universally unique) #23

Closed
jpuck opened this issue Oct 13, 2016 · 0 comments
Closed

Comments

@jpuck
Copy link
Owner

jpuck commented Oct 13, 2016

With the explosively exponential creation of records, maxing out the integer size may come quicker than expected. Instead of using TSQL BIGINT, which will break DBMS portability and waste disk space, the IDs should start over for each table the same way an identity field would work.

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

No branches or pull requests

1 participant