momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

Remove Dependency on MySQL #134

Closed Gocnak closed 1 year ago

Gocnak commented 2 years ago

It's absolutely too heavy (MySQL uses ~400MB+ of RAM on deployed servers).

It's used for stats and can instead be SQLite ~or JSON, in a local file, like how the config is~.

tsa96 commented 1 year ago

JSON is seems like a bad idea, the table has over 100k entries, SQLite should be fine though