momentum-mod/discord-bot

Remove Dependency on MySQL

Gocnak opened this issue · 1 comments

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

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