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?
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 ?
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?