MySQL vs MongoDB

My big project has adapter systems allowing me to use mongodb and sql databases however in connection speed somehow mongodb is 3 times slower than my sql database(probaly connection).

Mongo db would be a smart choice

There’s a new one called Deta which is really cool and has a very generous free tier.

1 Like

I have heard of it, but the problem is, there is a 50K request per month limit. And I tend to do a lot of testing with my APIs.

2 Likes

I suppose you can combine queries and make a request queue and process 5 requests at a time or something

2 Likes