DEV Community

Discussion on: Comparing MongoDB & MySQL

Collapse
 
ddgcd123 profile image
晴天🏃🏃🏃

MySql query is still much faster than MongoDB

Collapse
 
gpasq profile image
Greg Pasquariello • Edited

Not even close. Lots of benchmarks on google show Mongo hugely faster than MySql in both queries and inserts, unless you're using simplistic myisam. Here's one:

github.com/webcaetano/mongo-mysql