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

Maximum warehouse capacity #12

Open
Bryanadeuethan opened this issue Mar 28, 2020 · 4 comments
Open

Maximum warehouse capacity #12

Bryanadeuethan opened this issue Mar 28, 2020 · 4 comments

Comments

@Bryanadeuethan
Copy link

Hello!
My users are currently experiencing a problem!
We are on a speed x10000000
The problem being that we may increase the level of the warehouse, the maximum figure remains the same .. ie: 2,147,483,647

Thank you for your reply !

Cordially!

@221V
Copy link
Collaborator

221V commented Mar 29, 2020

https://dev.mysql.com/doc/refman/8.0/en/integer-types.html

2147483647 is maximum value for INT signed type :)

you can change database table fields type for resources to BIGINT :)

anyway i do not know, why you really need 10-million-speed :D

@Bryanadeuethan
Copy link
Author

Hello,
Thanks a lot for your help!
Because it's fun!

@Bryanadeuethan
Copy link
Author

Another very small question, would one of your developers have developed "build mode"?

@221V
Copy link
Collaborator

221V commented Mar 29, 2020

what means "build mode"?
i do not understand

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

2 participants