momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.

Home Page:https://discord.gg/momentummod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Dependency on MySQL

Gocnak opened this issue · 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.

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