DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > MongoDB vs. MySQL vs. PostgreSQL

Vergleich der Systemeigenschaften MongoDB vs. MySQL vs. PostgreSQL

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMongoDB  Xaus Vergleich ausschliessenMySQL  Xaus Vergleich ausschliessenPostgreSQL  Xaus Vergleich ausschliessen
KurzbeschreibungEiner der meistverwendeten Document StoresWeit verbreitetes, allgemein einsetzbares Open Source RDBMSWeit verbreitetes, allgemein einsetzbares Open Source RDBMS infoEntwickelt als objektorientiertes DBMS, im Laufe der Zeit um 'Standards' wie SQL erweitert
Primäres DatenbankmodellDocument StoreRelational DBMS infoKey/Value Zugriff über memcached APIRelational DBMS infomit objektorientierten Erweiterungen, z.B.: benutzerdefinierte Datentypen/Funktionen und Vererbung. Key/Value handling mit hstore Modul.
Sekundäre DatenbankmodelleSpatial DBMS
Suchmaschine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Document Store
Spatial DBMS
Document Store
Graph DBMS infowith Apache Age
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte425,36
Rang#5  Overall
#1  Document Stores
Punkte1163,94
Rang#2  Overall
#2  Relational DBMS
Punkte612,82
Rang#4  Overall
#4  Relational DBMS
Websitewww.mongodb.comwww.mysql.comwww.postgresql.org
Technische Dokumentationdocs.mongodb.com/­manualdev.mysql.com/­docwww.postgresql.org/­docs
EntwicklerMongoDB, IncOracle infoseit 2010, ursprünglich MySQL AB, danach SunPostgreSQL Global Development Group infowww.postgresql.org/­developer
Erscheinungsjahr200919951989 info1989: Postgres, 1996: PostgreSQL
Aktuelle Version6.0.5, Maerz 20238.0.33, April 202315.3, Mai 2023
Lizenz infoCommercial or Open SourceOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Source infoGPL Version 2. Kommerzielle Lizenzen mit erweiterter Funktionalität sind verfügbar.Open Source infoBSD
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarnein infoMongoDB available as DBaaS (MongoDB Atlas)neinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • ScaleGrid for MongoDB Database: Fully managed hosting for MongoDB Database on a wide variety of cloud providers and On-Premises. Automate your management, scaling and backups through one centralized platform.
  • MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
  • PlanetScale: Deploy a fully managed database with the reliability of MySQL and the scale of open source Vitess with PlanetScale today. Predictably scale, increase workflow velocity, and deploy features with zero downtime.
  • ScaleGrid for MySQL: Fully managed MySQL hosting On-Premises and on a wide variety of cloud providers. Easily deploy, monitor, provision, and scale your deployments in the cloud.
  • Aiven for PostgreSQL: Fully managed and hosted PostgreSQL® with 70+ extensions and orchestration tooling included.
  • ScaleGrid for PostgreSQL: Fully managed PostgreSQL DBaaS hosting On-Premises and on clouds such as AWS, Azure, GCP and DigitalOcean with no vendor lock-in. Leverage any extension and get SSH access.
ImplementierungsspracheC++C und C++C
Server BetriebssystemeLinux
OS X
Solaris
Windows
FreeBSD
Linux
OS X
Solaris
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Datenschemaschemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Strukturjaja
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infostring, integer, double, decimal, boolean, date, object_id, geospatialjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaja infospecific XML-type available, but no XML query functionality.
Sekundärindizesjajaja
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Connector for BIja infomit proprietären Erweiterungenja infoStandard mit zahlreichen Erweiterungen
APIs und andere ZugriffskonzepteProprietäres Protokoll basierend auf JSONADO.NET
JDBC
ODBC
Proprietäres native API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Unterstützte ProgrammiersprachenActionscript infoinoffizielle Driver
C
C#
C++
Clojure infoinoffizielle Driver
ColdFusion infoinoffizielle Driver
D infoinoffizielle Driver
Dart infoinoffizielle Driver
Delphi infoinoffizielle Driver
Erlang
Go
Groovy infoinoffizielle Driver
Haskell
Java
JavaScript
Lisp infoinoffizielle Driver
Lua infoinoffizielle Driver
MatLab infoinoffizielle Driver
Perl
PHP
PowerShell infoinoffizielle Driver
Prolog infoinoffizielle Driver
Python
R infoinoffizielle Driver
Ruby
Rust
Scala
Smalltalk infoinoffizielle Driver
Swift
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Server-seitige Scripts infoStored ProceduresJavaScriptja infoproprietäre Syntaxbenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)
Triggersja infoin MongoDB Atlas onlyjaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.horizontale Partitionierung, Sharding mit MySQL Cluster oder MySQL Fabricpartitioning by range, list and (since PostgreSQL 11) by hash
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source deployments with MongoDB Atlas Global Clusters
Source-Replica Replikation
Multi-Source Replikation
Source-Replica Replikation
Source-Replica Replikation infoandere Varianten durch Verwendung von 3rd party - tools
MapReduce infoBietet ein API für Map/Reduce Operationenjaneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infobei jedem Schreibvorgang individuell einstellbar
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätnein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRefja infonicht für MyISAM Storage Engineja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenMulti-document ACID Transactions with snapshot isolationACID infonicht für MyISAM Storage EngineACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjaja infoTable Locks oder Row Locks abhängig von Storage Engineja
Durability infoDauerhafte Speicherung der Datenja infooptional, enabled by defaultjaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infoIn-memory storage engine introduced with MongoDB version 3.2janein
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer und RollenBenutzer mit feingranularem Berechtigungskonzept infokeine Benutzergruppen oder RollenBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard
Weitere Informationen bereitgestellt vom Systemhersteller
MongoDBMySQLPostgreSQL
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» mehr
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» mehr
Typical application scenariosInternet of Things and Time Series (Bosch, GE Healthcare, Jaguar Land Rover) Mobile...
» mehr
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» mehr
Market metrics365+ million downloads, over 150,000+ Atlas clusters provisioned every month handling...
» mehr
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» mehr

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen
DrittanbieterStudio 3T: The world's favorite IDE for working with MongoDB
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» mehr
Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» mehr

PlanetScale: Deploy a fully managed serverless database with the reliability of MySQL and the tested scalability of Vitess. Predictably scale, increase workflow velocity, and deploy features with zero downtime.
Get started with a PlanetScale database today for free.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

DbVisualizer is equipping database professionals with the tools they need to build, manage and maintain state-of-the-art database technologies. It has sky-high user satisfaction and is the preferred tool for database professionals around the world. Customers include Tesla, Apple, Facebook, Deutsche Bank, NASA, and 25,000 others in 145 countries.
» mehr

SQLFlow: Provides a visual representation of the overall flow of data. Automated SQL data lineage analysis across Databases, ETL, Business Intelligence, Cloud and Hadoop environments by parsing SQL Script and stored procedure.
» mehr
pgDash: In-Depth PostgreSQL Monitoring.
» mehr

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» mehr

Datasentinel: Platform for Monitoring and Analyzing the performance problems of your PostgreSQL Clusters
» mehr

SQLFlow: Provides a visual representation of the overall flow of data. Automated SQL data lineage analysis across Databases, ETL, Business Intelligence, Cloud and Hadoop environments by parsing SQL Script and stored procedure.
» mehr

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» mehr

DbVisualizer is equipping database professionals with the tools they need to build, manage and maintain state-of-the-art database technologies. It has sky-high user satisfaction and is the preferred tool for database professionals around the world. Customers include Tesla, Apple, Facebook, Deutsche Bank, NASA, and 25,000 others in 145 countries.
» mehr

Instaclustr: Fully Hosted & Managed PostgreSQL
» mehr

The State of PostgreSQL 2022 survey is now open!
» mehr

Aiven for PostgreSQL: The familiar open source PostgreSQL® that you know and love, with no proprietary features or add-ons that will lock you in.
» mehr

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
MongoDBMySQLPostgreSQL
DB-Engines Blog Posts

Snowflake is the DBMS of the Year 2021
3. Januar 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4. Januar 2021, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

alle anzeigen

MySQL is the DBMS of the Year 2019
3. Januar 2020, Matthias Gelbmann, Paul Andlinger

MariaDB strengthens its position in the open source RDBMS market
5. April 2018, Matthias Gelbmann

The struggle for the hegemony in Oracle's database empire
2. Mai 2017, Paul Andlinger

alle anzeigen

Snowflake is the DBMS of the Year 2022, defending the title from last year
3. Januar 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3. Januar 2022, Paul Andlinger, Matthias Gelbmann

Driving the Future of PostgreSQL Adoption
15. November 2021,  Umair Shahid, Percona (sponsor) 

alle anzeigen

Konferenzen und Veranstaltungen

PGCon 2023, PostgreSQL Conference for Users and Developers
Ottawa, Canada, 30. Mai 2023 - 2. Juni 2023

Erwähnungen in aktuellen Nachrichten

MongoDB shares jump more than 20% after database company beats expectations and raises guidance
1. Juni 2023, CNBC

MongoDB Earnings: Pulls Forward Profitability By 12 Months (NASDAQ:MDB)
2. Juni 2023, Seeking Alpha

MongoDB vs. PostgreSQL vs. ScyllaDB: Tractian's Experience
31. Mai 2023, The New Stack

MongoDB, Inc. to Present at the William Blair 43rd Annual Growth Stock Conference
31. Mai 2023, Yahoo Finance

Stocks making the biggest moves after hours: Lululemon, MongoDB, Five Below and more
1. Juni 2023, CNBC

bereitgestellt von Google News

Oracle Support for MySQL 5.7 Ends Soon, Key Upgrades in 8.0
30. Mai 2023, The New Stack

Building and deploying MySQL Raft at Meta
16. Mai 2023, Facebook Engineering

If you don't brush and floss, you're gonna get an abscess – same with MySQL updates
11. Mai 2023, The Register

Are you planning ahead for the MySQL 5.7 end of life? [Q&A]
22. Mai 2023, BetaNews

The right MySQL persistence.xml example file for JPA 3 and ...
1. Mai 2023, TheServerSide.com

bereitgestellt von Google News

PostgreSQL 16 advances query parallelism
26. Mai 2023, InfoWorld

MongoDB vs. PostgreSQL vs. ScyllaDB: Tractian's Experience
31. Mai 2023, The New Stack

MariaDB's Xpand offers PostgreSQL compatibility without the forking drama
10. Mai 2023, The Register

How to Migrate from Oracle to PostgreSQL
10. Mai 2023, hackernoon.com

Devart Tools for PostgreSQL Come with a Massive Update
27. Mai 2023, PR.com

bereitgestellt von Google News

Jobangebote

.NET Developer
Axabee, Remote

Front End Developer
AT&T, Dallas, TX

MongoDB Engineer
Alltech International, Remote

2023 Software Engineering Recent Grad Positions – Cat Digital
Caterpillar, Chicago, IL

Full Stack Developer
KollaCode, LLC, Remote

PHP/MySQL Developers
Webmasters.com, Tampa, FL

Programmer
LTM INC., Havelock, NC

Junior System Administrator - System Monitoring (Remote)
A2 HOSTING, Remote

Trading Analyst
Swish Analytics, United States

Product Support Specialist
Wolfe, Remote

DBA (Postgresql)
Holistic-Partners, Remote

PostgreSQL Developer
Sydata Inc, Remote

Lead .NET / ASP.NET MVC Consultant (C)
ECI - Sacramento, Remote

Junior PostgreSQL Infrastructure Engineer
Intone Networks, Remote

Software Engineer – Python, Django, Postgresql
Valcom, Roanoke, VA

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

Redis logo

The world’s most loved real‑time data platform.
Try free

Präsentieren Sie hier Ihr Produkt