Mysql x Mongodb - Examples of Apps

Asked

Viewed 148 times

-1

Cite examples of applications, sites that would be best suited to use Mysql (or any other SGDB) or Mongodb. And the reason why?

'Cause I still can’t see scenarios where Mongodb is better..

  • 1

    Behold this question.

1 answer

0

High writing loads

Mongodb by default prefers high insertion rates over transaction security. If you need to load tons of data lines with a low business value for each, Mongodb should serve. Do not do this with recording transactions $1 million or at least in these cases do with extra security.

Your Data is Location-Based

Mongodb was built on space functions, so to find relevant data from specific locations is fast and accurate.

I found in a quick search, here.

  • to find relevant data from specific locations. What would be specific locations?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.