DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > MariaDB vs. PostgreSQL vs. Riak KV vs. Snowflake

Vergleich der Systemeigenschaften MariaDB vs. PostgreSQL vs. Riak KV vs. Snowflake

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMariaDB  Xaus Vergleich ausschliessenPostgreSQL  Xaus Vergleich ausschliessenRiak KV  Xaus Vergleich ausschliessenSnowflake  Xaus Vergleich ausschliessen
KurzbeschreibungOpen source RDBMS, das zu MySQL anwendungskompatibel ist und zusätzliche Features wie Hochverfügbarkeit, Security, Interoperabilität und Performanceverbesserungen aufweist. Mit MariaDB ColumnStore bietet es auch eine spaltenorientierte storage engineWeit verbreitetes, allgemein einsetzbares Open Source RDBMS infoEntwickelt als objektorientiertes DBMS, im Laufe der Zeit um 'Standards' wie SQL erweitertVerteilter, fehlertoleranter Key-Value StoreData warehousing service aus der Cloud für strukturierte und semi-strukturierte Daten
Primäres DatenbankmodellRelational DBMSRelational DBMS infomit objektorientierten Erweiterungen, z.B.: benutzerdefinierte Datentypen/Funktionen und Vererbung. Key/Value handling mit hstore Modul.Key-Value Store infomit Links zwischen Datensätzen und mit Objekt-Tags zur Bildung von SekundärindizesRelational DBMS
Sekundäre DatenbankmodelleDocument Store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document Store
Graph DBMS infowith Apache Age
Spatial DBMS
Vektor DBMS infowith pgvector extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte93,81
Rang#13  Overall
#9  Relational DBMS
Punkte645,05
Rang#4  Overall
#4  Relational DBMS
Punkte4,44
Rang#80  Overall
#9  Key-Value Stores
Punkte123,20
Rang#9  Overall
#6  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.postgresql.orgwww.snowflake.com
Technische Dokumentationmariadb.com/­kb/­en/­librarywww.postgresql.org/­docswww.tiot.jp/­riak-docs/­riak/­kv/­latestdocs.snowflake.net/­manuals/­index.html
EntwicklerMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoDer Lead Developer Monty Widenius ist der ursprüngliche Autor von MySQL
PostgreSQL Global Development Group infowww.postgresql.org/­developerOpenSource, formerly Basho TechnologiesSnowflake Computing Inc.
Erscheinungsjahr2009 infoFork of MySQL, which was first released in 19951989 info1989: Postgres, 1996: PostgreSQL20092014
Aktuelle Version11.3.2, Februar 202416.2, Februar 20243.2.0, Dezember 2022
Lizenz infoCommercial or Open SourceOpen Source infoGPL Version 2, kommerzielle Enterpriselizenz verfügbarOpen Source infoBSDOpen Source infoApache Version 2, kommerzielle Enterprise Editionkommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinja
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
ImplementierungsspracheC und C++CErlang
Server BetriebssystemeFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Linux
OS X
gehostet
Datenschemaja infoDynamic Columns werden unterstütztjaschemafreija infosupport of semi-structured data formats (JSON, XML, Avro)
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaneinja
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.neinja
Sekundärindizesjajaeingeschränkt
SQL infoSupport of SQLja infomit proprietären Erweiterungenja infoStandard mit zahlreichen Erweiterungenneinja
APIs und andere ZugriffskonzepteADO.NET
JDBC
ODBC
Proprietäres native API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
HTTP API
Native Erlang Interface
CLI Client
JDBC
ODBC
Unterstützte ProgrammiersprachenAda
C
C#
C++
D
Eiffel
Erlang
Go
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
C infoinoffizielle Client Library
C#
C++ infoinoffizielle Client Library
Clojure infoinoffizielle Client Library
Dart infoinoffizielle Client Library
Erlang
Go infoinoffizielle Client Library
Groovy infoinoffizielle Client Library
Haskell infoinoffizielle Client Library
Java
JavaScript infoinoffizielle Client Library
Lisp infoinoffizielle Client Library
Perl infoinoffizielle Client Library
PHP
Python
Ruby
Scala infoinoffizielle Client Library
Smalltalk infoinoffizielle Client Library
JavaScript (Node.js)
Python
Server-seitige Scripts infoStored Proceduresja infoseit Version 10.3 auch PL/SQL kompatibelbenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)Erlanguser defined functions
Triggersjajaja infoPre-Commit Hooks und Post-Commit Hooksnein infosimilar concept for controling cloud resources
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenHorizontale Partitionierung, Shardingpartitioning by range, list and (since PostgreSQL 11) by hashSharding infokein "single point of failure"ja
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source Replikation
Source-Replica Replikation
Source-Replica Replikation infoandere Varianten durch Verwendung von 3rd party - toolsfrei wählbarer Replikationsfaktorja
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyEventual ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätja infonicht für MyISAM Storage Enginejanein infoes können Links zwischen Datensätzen gespeichert werdenja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID infonicht für MyISAM Storage EngineACIDneinACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenja infonicht für In-Memory Storage Enginejajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infowith MEMORY storage engineneinnein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardyes, using Riak SecurityBenutzer mit feingranularem Berechtigungskonzept und Benutzerrollen
Weitere Informationen bereitgestellt vom Systemhersteller
MariaDBPostgreSQLRiak KVSnowflake
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» mehr
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» mehr
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» mehr
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» mehr
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» mehr
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» 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
DrittanbieterNavicat for MariaDB provides a native environment for MariaDB database management and development.
» mehr
SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» mehr

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for PostgreSQL and many other database management systems.
» mehr

pgDash: In-Depth PostgreSQL Monitoring.
» mehr

Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
» mehr

Redgate webinars: A series of key topics for new PostgreSQL users.
» mehr

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

Timescale: Calling all PostgreSQL users – the 2023 State of PostgreSQL survey is now open! Share your favorite extensions, preferred frameworks, community experiences, and more. Take the survey today!
» 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

Instaclustr: Fully Hosted & Managed PostgreSQL
» mehr

CYBERTEC is your professional partner in PostgreSQL topics for over 20 years. As our main aim is to be your single-source all-in-one IT service provider, we offer a wide range of products and services. Visit our website for more details.
» mehr
CData: Connect to Big Data & NoSQL through standard Drivers.
» 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
MariaDBPostgreSQLRiak KVSnowflake
DB-Engines Blog Posts

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

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

Big gains for Relational Database Management Systems in DB-Engines Ranking
2. Februar 2016, Matthias Gelbmann

alle anzeigen

PostgreSQL is the DBMS of the Year 2023
2. Januar 2024, Matthias Gelbmann, Paul Andlinger

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

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Form 8.1 Opening Position Disclosure (MariaDB plc)
10. April 2024, Yahoo Finance

MariaDB (NYSE:MRDB) Shares Up 2.4%
13. April 2024, Defense World

Struggling database company MariaDB could be taken private in $37M deal
19. Februar 2024, TechCrunch

MariaDB Receives Takeover Bid | DealFlow's SPAC News
29. März 2024, DealFlow's SPAC News

Can MariaDB’s enterprise business be saved?
21. Februar 2024, InfoWorld

bereitgestellt von Google News

Modernize your data architecture using Amazon RDS for PostgreSQL and Amazon QuickSight | Amazon Web Services
12. April 2024, AWS Blog

Introducing OCI Database with PostgreSQL: Completing Our Cloud Database Suite for Every Need
14. November 2023, Oracle

PeerDB Raises $3.6M Seed Round Funding to Advance Data Movement for PostgreSQL
12. April 2024, Datanami

Oracle Introduces PostgreSQL Running Native on OCI
17. Dezember 2023, IDC

Public Preview: Azure Database for PostgreSQL - Flexible Server, enhanced disaster recovery features | Azure updates
6. Dezember 2023, azure.microsoft.com

bereitgestellt von Google News

Riak NoSQL Database: Use Cases and Best Practices
23. Dezember 2011, InfoQ.com

Basho, Maker of Riak NoSQL Database, Raises $25M
13. Januar 2015, Data Center Knowledge

Basho Revamps Riak Open-Source Database
17. September 2014, InformationWeek

Riak NoSQL snapped up by Bet365
12. September 2017, ComputerWeekly.com

Riak Taps Mesos for 'Push Button' NoSQL Scalability
20. August 2015, Datanami

bereitgestellt von Google News

Partnership Brings Cutting-Edge LLMs from Mistral AI Into Snowflake Data Cloud
12. April 2024, Acceleration Economy

Snowflake previews genAI-based SQL Copilot
11. April 2024, SDxCentral

MessageGears to operate with the Snowflake data cloud
9. April 2024, MarTech

Exclusive: Snowflake to sync data cloud with Coda after fresh investment
10. April 2024, VentureBeat

Use Apache Iceberg in your data lake with Amazon S3, AWS Glue, and Snowflake | Amazon Web Services
3. April 2024, AWS Blog

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Neo4j logo

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

Präsentieren Sie hier Ihr Produkt