the-codeboy / mensabot

A discord bot that can send the mensa menu of several german mensas
https://mensabot.the-codeboy.com/
9 stars 4 forks source link

improve data storage #3

Closed the-codeboy closed 1 year ago

the-codeboy commented 2 years ago

Data storage is very inefficient at the moment. This is not such a big problem for guild data but the karmasystem currently requires the userdata of all users to be loaded at all times. Maybe this should be moved to a database?

the-codeboy commented 2 years ago

Aaron suggested using sqlite for this. I took a quick look at it, and it seems to be a good solution for this. Maybe we should replace the mongodb stuff with that. What do you think @NilEis ?