DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > Dolt vs. Kdb vs. MaxDB vs. Memgraph vs. RethinkDB

Vergleich der Systemeigenschaften Dolt vs. Kdb vs. MaxDB vs. Memgraph vs. RethinkDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameDolt  Xaus Vergleich ausschliessenKdb  Xaus Vergleich ausschliessenMaxDB infoformerly named Adabas-D  Xaus Vergleich ausschliessenMemgraph  Xaus Vergleich ausschliessenRethinkDB  Xaus Vergleich ausschliessen
KurzbeschreibungA MySQL compatible DBMS with Git-like versioning of data and schemaHoch performantes Time Series DBMSA robust and reliable RDBMS optimized to run all major SAP solutionsAn open source graph database built for real-time streaming and compatible with Neo4jDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primäres DatenbankmodellRelational DBMSTime Series DBMS
Vektor DBMS
Relational DBMSGraph DBMSDocument Store
Sekundäre DatenbankmodelleDocument StoreRelational DBMSSpatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,85
Rang#202  Overall
#97  Relational DBMS
Punkte7,06
Rang#48  Overall
#2  Time Series DBMS
#2  Vektor DBMS
Punkte2,11
Rang#115  Overall
#55  Relational DBMS
Punkte2,72
Rang#97  Overall
#8  Graph DBMS
Punkte2,52
Rang#105  Overall
#20  Document Stores
Websitegithub.com/­dolthub/­dolt
www.dolthub.com
kx.commaxdb.sap.commemgraph.comrethinkdb.com
Technische Dokumentationdocs.dolthub.comcode.kx.commaxdb.sap.com/­documentationmemgraph.com/­docsrethinkdb.com/­docs
Social network pagesGitHubLinkedInTwitterDiscordFacebook
EntwicklerDoltHub IncKx Systems, a division of First Derivatives plcSAP, acquired from Software AG (Adabas-D) in 1997Memgraph LtdThe Linux Foundation infosince July 2017
Erscheinungsjahr20182000 infokdb wurde im Jahr 2000 veröffentlicht, kdb+ 2003198420172009
Aktuelle Version3.6, Mai 20187.9.10.12, Februar 20242.4.1, August 2020
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2.0kommerziell infoKostenlose 32-bit Versionkommerziell infoLimitierte Community Edition gratisOpen Source infoBSL 1.1; commercial license for enterprise edition availableOpen Source infoApache Version 2
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheGoqC++C und C++C++
Server BetriebssystemeLinux
macOS
Windows
Linux
OS X
Solaris
Windows
AIX
HP-UX
Linux
Solaris
Windows
LinuxLinux
OS X
Windows
Datenschemajajajaschemafrei und schema-optionalschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajajaja infostring, binary, float, bool, date, geometry
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinjaneinneinnein
Sekundärindizesjaja infotable attribute 'grouped'jaja
SQL infoSupport of SQLjaSQL-like query language (q)janeinnein
APIs und andere ZugriffskonzepteCLI Client
HTTP REST
HTTP API
JDBC
Jupyter
Kafka
ODBC
WebSocket
ADO.NET
JDBC
ODBC
WebDAV
Bolt protocol
Cypher query language
Unterstützte ProgrammiersprachenAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Go
J
Java
JavaScript
Lua
MatLab
Perl
PHP
Python
R
Scala
.Net
C#
Java
Perl
PHP
Python
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-seitige Scripts infoStored Proceduresyes infocurrently in alpha releasebenutzerdefinierte Funktionenja
Triggersjaja infomittels ViewsjaClient-side triggers through changefeeds
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenkeinehorizontale PartitionierungkeineSharding infodynamic graph partitioningSharding inforange based
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenA database can be cloned to multiple locations and be used there in isolation. Data/schema changes can be pushed/pulled explicitly between locations.Source-Replica ReplikationSource-Replica ReplikationMulti-source replication using RAFTSource-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinnein infoein vergleichbares Paradigma wird intern verwendetneinneinja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjajajaja inforelationships in graphsnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinACIDACID infowith snapshot isolationAtomic single-document operations
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajayes, multi-version concurrency control (MVCC)ja infoMVCC based
Durability infoDauerhafte Speicherung der Datenjajajaja infowith periodic snapshot and write-ahead logging (WAL) of changesja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinjanein
Berechtigungskonzept infoZugriffskontrolleOnly one user is configurable, and must be specified in the config file at startupRechteverwaltung mit BenutzeraccountsBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardUsers, roles and permissionsja infousers and table-level permissions
Weitere Informationen bereitgestellt vom Systemhersteller
DoltKdbMaxDB infoformerly named Adabas-DMemgraphRethinkDB
Specific characteristicsIntegrated columnar database & programming system for streaming, real time and historical...
» mehr
Memgraph directly connects to your streaming infrastructure so you and your team...
» mehr
Competitive advantagesprovides seamless scalability; runs on industry standard server platforms; is top-ranked...
» mehr
Business Source License ensures a future for the Memgraph community MAGE algorithm...
» mehr
Typical application scenariostick database streaming sensor data massive intelligence applications oil and gas...
» mehr
Graph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» mehr
Key customersGoldman Sachs Morgan Stanley Merrill Lynch J.P. Morgan Deutsche Bank IEX Securities...
» mehr
Market metricskdb+ performance and reliability proven by our customers in critical infrastructure...
» mehr
Licensing and pricing modelsupon request
» mehr
You can check out our pricing model and licenses on the company website .
» 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

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

Weitere Ressourcen
DoltKdbMaxDB infoformerly named Adabas-DMemgraphRethinkDB
DB-Engines Blog Posts

Meet some database management systems you are likely to hear more about in the future
4. August 2014, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

An open-source data storage and visualization platform for collaborative qubit control
30. September 2024, Nature.com

Collaborating to Improve Qubit Control with QubiCSV
8. Oktober 2024, AZoQuantum

Top 100+ Essential Data Science Tools & Repos: Streamline Your Workflow Today!
27. Juni 2024, Packt Hub

Radar Trends to Watch: July 2022
5. Juli 2022, oreilly.com

Data Versioning at Scale: Chaos and Chaos Management
10. Februar 2023, InfoQ.com

bereitgestellt von Google News

Turbocharging the Engine: KX Unleashes AI-First Transformation with kdb+
28. Februar 2024, Business Wire

Introducing Amazon FinSpace with Managed kdb Insights, a fully managed analytics engine, commonly used by capital markets customers for analysis of real-time and historical time series data
18. Mai 2023, AWS Blog

ICE, KX Partner on Real-time Analytics
14. Juli 2023, Markets Media

McLaren Applied and KX partner to enhance ATLAS software analytics capabilities
9. August 2023, Professional Motorsport World

Next-Gen Analytics in Capital Markets: Trade Execution and Risk Management
29. Juli 2024, NVIDIA Daily News Report

bereitgestellt von Google News

SAP Content Server High Availability using Amazon EFS and SUSE
30. Dezember 2020, AWS Blog

What is SAP S/4HANA?
21. März 2022, TechTarget

SAP Aligns Mainstream Maintenance Commitments Across Its Enterprise Solutions
11. August 2020, SAP News

Google Cloud adds backup vaults and centralized management
10. September 2024, Blocks & Files

Alibaba Cloud Offers Access to SAP Software for Customers
5. Juni 2018, Alizila

bereitgestellt von Google News

Enhance Your Network Analysis with the Power of a Graph DB
4. Mai 2024, Towards Data Science

Top Open Source Graph Databases
3. Juni 2024, MarkTechPost

Memgraph Launches Streaming Graph Algorithms to the Masses; Announces $9.34MM Seed Funding Led by Microsoft’s M12
5. Oktober 2021, Business Wire

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a major trend _ Technavio
7. August 2023, PR Newswire

The untapped potential of HPC + graph computing
30. Oktober 2021, VentureBeat

bereitgestellt von Google News

An introduction to building realtime apps with RethinkDB
9. Juli 2022, devm.io

How to Use RethinkDB with Node.js Applications
16. Dezember 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5. Oktober 2016, VentureBeat

Installing and Using RethinkDB on Ubuntu
8. April 2022, Open Source For You

Adapting RethinkDB For The Evented Web With Pusher
4. September 2015, SitePoint

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Milvus logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Neo4j logo

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

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Präsentieren Sie hier Ihr Produkt