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

replace bigint with integer on most columns #70

Merged
merged 2 commits into from
Dec 11, 2012

Conversation

thomaskrause
Copy link
Member

This change results in smaller indexes without really restricting the amount of data ANNIS can import. Since most column values are now not globally unique smaller numbers will occur and enable us to use integer instead of bigint.

thomaskrause added a commit that referenced this pull request Dec 11, 2012
replace bigint with integer on most columns
@thomaskrause thomaskrause merged commit 9db4158 into korpling:master Dec 11, 2012
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

Successfully merging this pull request may close these issues.

None yet

1 participant