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

[Data Storage] Removing LongBlob from DB #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frutescens
Copy link

At the moment, PokeRogue stores both system data and session data in the form of LONGBLOB. LONGBLOB in SQL is able to store around 4 GB, which is unnecessary for both forms of data. This also creates an unnecessary security vulnerability to DDOS.

System data has been downgraded to MEDIUMBLOB which can store around 16.5 MB - which should be plenty of room given future expansions.
Session data has been downgraded to BLOB which can store around 600kb. However, I can see an argument for changing to MEDIUMBLOB since modifiers can bloat the size of the data especially in endless runs.

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.

1 participant