suvanl / delet3-suggestions

Temporary suggestions for delet3
1 stars 0 forks source link

Using mongodb instead of sqlite for storing data. #6

Closed 0zul closed 4 years ago

0zul commented 4 years ago

Using mongodb atlas or local hosted for storing server data, user and other data is really useful as mongodb provides 512 MB which is wayyy more than enough for a lot of bots having 20k+ guilds and provides low latency data read and write.

suvanl commented 4 years ago

Yep, delet3 already uses MongoDB for storing all guild/user/other data. Thanks anyway!

0zul commented 4 years ago

@suvanl I never knew. I apologise for creating a useless issue over there.

oodvg commented 4 years ago

I think it should be like Delet 2.8.3 in my opinion. make a different branch. between sqlite and mongo. but i dont have the say in this.

suvanl commented 4 years ago

@IamTheRealSami that's understandable, no need to apologise for that!

@pika32223 I think sticking to just MongoDB would make more sense. Having two different types of database doesn't seem very beneficial, because one type would never get used (in fact, delet 2.8.3's MongoDB branch was never actually developed, but the original intention was to merge that branch into master and replace sqlite).