MySQL x MongoDB - Examples of Apps

-1

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

I still can not see scenarios that MongoDB is better.

    
asked by anonymous 21.11.2016 / 19:37

1 answer

0

High typing loads

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

Your Data is Location Based

MongoDB is built on spatial functions, so finding relevant data from specific locations is fast and accurate.

I found in a quick search, here .

    
21.11.2016 / 19:40