MongoDB vs MySQL

Devcult - 6G and Satellites
1 min readJul 3, 2019

--

  1. MySQL since 1995 an MongoDB since 2009.
  2. MySQL stores data in tables and use SQL to access the data. MongoDB stores data in JSON-like documents and is accessed using MongoDB query language. In MongoDB it’s not required to define the structure of the document first.
  3. Both MySQL and MongoDB uses indexes to allow them to find data quickly.
  4. MySQL is used in applications that require multi-row transactions. MongoDB is used on real-time analytics, content management, internet of things and mobile apps.
  5. MySQL is used if data is structured and a traditional relational database is required. MongoDB is required if data is unstructured and there is a potential for rapid growth.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Devcult - 6G and Satellites
Devcult - 6G and Satellites

No responses yet

Write a response