Sunday 25 December 2022

Does MongoDB scale without it being asynchronous

Background: I'm working on a discord bot that uses MongoDB as a database. I'm not sure this will scale very well as MongoDB is not asynchronous. The function the MongoDB cluster edits are in is asynchronous. I don't want the discord bot to pause if someone else is using the same function.

I'm wondering if I need to use something like Motor (Mongodb's Async driver).



from Does MongoDB scale without it being asynchronous

No comments:

Post a Comment