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 > Drizzle vs. GridGain vs. Memgraph vs. QuestDB vs. VoltDB

Vergleich der Systemeigenschaften Drizzle vs. GridGain vs. Memgraph vs. QuestDB vs. VoltDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameDrizzle  Xaus Vergleich ausschliessenGridGain  Xaus Vergleich ausschliessenMemgraph  Xaus Vergleich ausschliessenQuestDB  Xaus Vergleich ausschliessenVoltDB  Xaus Vergleich ausschliessen
Drizzle has published its last release in September 2012. The open-source project is discontinued and Drizzle is excluded from the DB-Engines ranking.
KurzbeschreibungMySQL fork mit erweiterbarem Micro-Kernel und mit Betonung von Leistung vor Kompatibilität.GridGain is an in-memory computing platform, built on Apache IgniteAn open source graph database built for real-time streaming and compatible with Neo4jA high performance open source SQL database for time series dataVerteilte In-Memory NewSQL RDBMS infoVerwendet für OLTP Applikationen mit einer hohen Frequenz an relativ einfachen Transaktionen, die alle Daten im Hauptspeicher halten können
Primäres DatenbankmodellRelational DBMSKey-Value Store
Relational DBMS
Graph DBMSTime Series DBMSRelational DBMS
Sekundäre DatenbankmodelleRelational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte1,53
Rang#155  Overall
#26  Key-Value Stores
#73  Relational DBMS
Punkte3,00
Rang#102  Overall
#8  Graph DBMS
Punkte2,48
Rang#115  Overall
#9  Time Series DBMS
Punkte1,46
Rang#159  Overall
#74  Relational DBMS
Websitewww.gridgain.commemgraph.comquestdb.iowww.voltdb.com
Technische Dokumentationwww.gridgain.com/­docs/­index.htmlmemgraph.com/­docsquestdb.io/­docsdocs.voltdb.com
Social network pagesLinkedInTwitterFacebookGitHubDiscord
EntwicklerDrizzle Projekt, ursprünglich gestartet von Brian AkerGridGain Systems, Inc.Memgraph LtdQuestDB Technology IncVoltDB Inc.
Erscheinungsjahr20082007201720142010
Aktuelle Version7.2.4, September 2012GridGain 8.5.111.3, April 2022
Lizenz infoCommercial or Open SourceOpen Source infoGNU GPLkommerziellkommerziell infoFree license availableOpen Source infoApache 2.0Open Source infoAGPL für Community Edition, kommerzielle Lizenz für Enterprise, AWS und Pro Editionen
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.
ImplementierungsspracheC++Java, C++, .NetC und C++Java (Zero-GC), C++, RustJava, C++
Server BetriebssystemeFreeBSD
Linux
OS X
Linux
OS X
Solaris
Windows
LinuxLinux
macOS
Windows
Linux
OS X infofor development
Datenschemajajaschemafrei und schema-optionalja infoschema-free via InfluxDB Line Protocolja
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajajaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinnein
Sekundärindizesjajaneinja
SQL infoSupport of SQLja infomit propriätären ErweiterungenANSI-99 for query and DML statements, subset of DDLneinSQL with time-series extensionsja infonur einen Teil von SQL 99
APIs und andere ZugriffskonzepteJDBCHDFS API
Hibernate
JCache
JDBC
ODBC
Propriätäres Protokoll
RESTful HTTP API
Spring Data
Bolt protocol
Cypher query language
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
Java API
JDBC
RESTful HTTP/JSON API
Unterstützte ProgrammiersprachenC
C++
Java
PHP
C#
C++
Java
PHP
Python
Ruby
Scala
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
C#
C++
Erlang infonicht offiziell unterstützt
Go
Java
JavaScript infoNode.js
PHP
Python
Server-seitige Scripts infoStored Proceduresneinyes (compute grid and cache interceptors can be used instead)neinJava
Triggersnein infoHooks für Callbacks innerhalb der Servers können verwendet werden.yes (cache interceptors and events)neinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingShardingSharding infodynamic graph partitioninghorizontal partitioning (by timestamps)Sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source Replikation
Source-Replica Replikation
yes (replicated cache)Multi-source replication using RAFTSource-replica replication with eventual consistencyMulti-Source Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinyes (compute grid and hadoop accelerator)neinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinja inforelationships in graphsneinnein infoFOREIGN KEY constraints werden nicht unterstützt
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACID infowith snapshot isolationACID for single-table writesACID infoTransaktionen werden single-threaded innerhalb von Stored Procedures ausgeführt
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajayes, multi-version concurrency control (MVCC)jaja infoDatenzugriffe werden vom Server serialisiert
Durability infoDauerhafte Speicherung der Datenjajaja infowith periodic snapshot and write-ahead logging (WAL) of changesjaja infoSnapshots und Command Logging
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajaja infothrough memory mapped files
Berechtigungskonzept infoZugriffskontrollePluggable Authentication Mechanismen infoz.B. LDAP, HTTPSecurity Hooks for custom implementationsUsers, roles and permissionsBenutzer und Rollen mit Berechtigungen auf Stored Procedures
Weitere Informationen bereitgestellt vom Systemhersteller
DrizzleGridGainMemgraphQuestDBVoltDB
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» mehr
Relational model with native time series support Column-based storage and time partitioned...
» mehr
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» mehr
High ingestion throughput: peak of 4M rows/sec (TSBS Benchmark) Code optimizations...
» mehr
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» mehr
Financial tick data Industrial IoT Application Metrics Monitoring
» mehr
Key customersBanks & Hedge funds, Yahoo, OKX, Airbus, Aquis Exchange, Net App, Cloudera, Airtel,...
» mehr
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» mehr
Open source Apache 2.0 QuestDB Enterprise QuestDB Cloud
» mehr
Neuigkeiten

Does "vpmovzxbd" Scare You? Here's Why it Doesn't Have To
12. April 2024

Create an ADS-B flight radar with QuestDB and a Raspberry Pi
8. April 2024

Build a temperature IoT sensor with Raspberry Pi Pico & QuestDB
5. April 2024

Create an IoT server with QuestDB and a Raspberry Pi
4. April 2024

TimescaleDB vs. QuestDB: Performance benchmarks and overview
27. März 2024

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
DrizzleGridGainMemgraphQuestDBVoltDB
DB-Engines Blog Posts

MySQL won the April ranking; did its forks follow?
1. April 2015, Paul Andlinger

Has MySQL finally lost its mojo?
1. Juli 2013, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8. Februar 2024, PR Newswire

GridGain Showcases Power of Apache Ignite at Community Over Code Conference
5. Oktober 2023, Datanami

GridGain's 2023 Growth Positions Company for Strong 2024
24. Januar 2024, PR Newswire

GridGain Announces Silver Sponsorship of the Gartner Data & Analytics Summit in the UK
17. Mai 2023, Yahoo Finance

GridGain: Product Overview and Analysis
5. Juni 2019, eWeek

bereitgestellt von Google News

Graph database company Memgraph raises $9.34M
5. Oktober 2021, VentureBeat

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

Modeling and Navigating a Transportation Network with Memgraph
12. April 2021, Towards Data Science

London-based Memgraph raises over €8 million in seed funding to provide Streaming Graph Algorithms to the masses
5. Oktober 2021, EU-Startups

Making Your Own Memory Graph To Detect Memory Issues On iOS
13. April 2021, hackernoon.com

bereitgestellt von Google News

QuestDB snares $12M Series A with hosted version coming soon
3. November 2021, TechCrunch

SQL Extensions for Time-Series Data in QuestDB
11. Januar 2021, Towards Data Science

QuestDB gets $12M Series A funding amid growing interest in time-series databases
3. November 2021, SiliconANGLE News

Read the Pitch Deck Database Startup QuestDB Used to Raise $12 Million
11. November 2021, Business Insider

Comparing Different Time-Series Databases
10. Februar 2022, hackernoon.com

bereitgestellt von Google News

Unveiling Volt Active Data's game-changing approach to limitless app performance
16. Oktober 2023, YourStory

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31. August 2021, PR Newswire

VoltDB Combines Streaming, Global Data
1. Februar 2017, Datanami

VoltDB Adds Geospatial Support, Cross-Site Replication
28. Januar 2016, The New Stack

VoltDB Upgrades Power, Security of Its In-Memory Database
1. Februar 2017, eWeek

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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.

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

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

Präsentieren Sie hier Ihr Produkt