MongoDB

MongoDb vs. MySQL

Some comparations MongoDB vs MySQL

MYSQL MONGODB
database database
table collection
row document
column field
 index index

 

MongoDB can store 1-3 TB data per node.

MySQL with LONGEXT can store up to 4GB only.

 

MongoDB is much faster with high number of concurrency users.