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

Consider if counters can be switched to Bigint #431

Open
drn05r opened this issue Feb 21, 2025 · 0 comments
Open

Consider if counters can be switched to Bigint #431

drn05r opened this issue Feb 21, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@drn05r
Copy link
Contributor

drn05r commented Feb 21, 2025

It seems as though it is possible for triple and possibly in the future access table to exceed the 2^31-1 limit for standard MySQL ints. It should be investigated whether existing tables can be altered to use bigint instead. This is certainly no bad idea for new archives but if a table reaches such a high ID it is liable to have a lot of records, so any alter table command is likely to take a long time and quite a lot of memory.

@drn05r drn05r added the enhancement New feature or request label Feb 21, 2025
@drn05r drn05r added this to the 3.4.7 milestone Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant