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 > Cassandra vs. Drizzle vs. Google Cloud Bigtable vs. Memgraph vs. NuoDB

Vergleich der Systemeigenschaften Cassandra vs. Drizzle vs. Google Cloud Bigtable vs. Memgraph vs. NuoDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCassandra  Xaus Vergleich ausschliessenDrizzle  Xaus Vergleich ausschliessenGoogle Cloud Bigtable  Xaus Vergleich ausschliessenMemgraph  Xaus Vergleich ausschliessenNuoDB  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.
KurzbeschreibungWide-Column Store basierend auf Ideen von BigTable und DynamoDB infoOptimiert für schreibende ZugriffeMySQL fork mit erweiterbarem Micro-Kernel und mit Betonung von Leistung vor Kompatibilität.Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.An open source graph database built for real-time streaming and compatible with Neo4jNuoDB ist eine skalierbare verteilte Datenbank, mit SQL und ACID Transaktionen
Primäres DatenbankmodellWide Column StoreRelational DBMSKey-Value Store
Wide Column Store
Graph DBMSRelational DBMS
Sekundäre DatenbankmodelleVektor DBMS infostarting with release V5
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte103,86
Rang#12  Overall
#1  Wide Column Stores
Punkte3,58
Rang#92  Overall
#14  Key-Value Stores
#8  Wide Column Stores
Punkte3,00
Rang#102  Overall
#8  Graph DBMS
Punkte0,99
Rang#195  Overall
#92  Relational DBMS
Websitecassandra.apache.orgcloud.google.com/­bigtablememgraph.comwww.3ds.com/­nuodb-distributed-sql-database
Technische Dokumentationcassandra.apache.org/­doc/­latestcloud.google.com/­bigtable/­docsmemgraph.com/­docsdoc.nuodb.com
Social network pagesLinkedInTwitterFacebookGitHubDiscord
EntwicklerApache Software Foundation infoApache Top Level Projekt, ursprünglich von Facebook entwickeltDrizzle Projekt, ursprünglich gestartet von Brian AkerGoogleMemgraph LtdDassault Systèmes infooriginally NuoDB, Inc.
Erscheinungsjahr20082008201520172013
Aktuelle Version4.1.3, Juli 20237.2.4, September 2012
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoGNU GPLkommerziellkommerziell infoFree license availablekommerziell infoLimitierte Edition gratis
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
ImplementierungsspracheJavaC++C und C++C++
Server BetriebssystemeBSD
Linux
OS X
Windows
FreeBSD
Linux
OS X
gehostetLinuxgehostet infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
Datenschemaschemafreijaschemafreischemafrei und schema-optionalja
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaneinjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizeseingeschränkt infoNur Gleichheitsabfragen, nicht immer die performanteste Lösungjaneinja
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)ja infomit propriätären Erweiterungenneinneinja
APIs und andere ZugriffskonzepteProprietäres Protokoll infoCQL (Cassandra Query Language, eine SQL-ähnliche Abfragesprache)
Thrift
JDBCgRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
Bolt protocol
Cypher query language
ADO.NET
JDBC
ODBC
Unterstützte ProgrammiersprachenC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C
C++
Java
PHP
C#
C++
Go
Java
JavaScript (Node.js)
Python
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Server-seitige Scripts infoStored ProceduresneinneinneinJava, SQL
Triggersjanein infoHooks für Callbacks innerhalb der Servers können verwendet werden.neinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infokein "single point of failure"ShardingShardingSharding infodynamic graph partitioningdynamische Verteilung der Daten auf die einzelnen Knoten
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenfrei wählbarer Replikationsfaktor infoAbbildung von geographischer Verteilung der Server möglichMulti-Source Replikation
Source-Replica Replikation
Internal replication in Colossus, and regional replication between two clusters in different zonesMulti-source replication using RAFTja infoManaged transparently by NuoDB
MapReduce infoBietet ein API für Map/Reduce Operationenjaneinjaneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infobei jedem Schreibvorgang individuell einstellbar
Immediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinjaneinja inforelationships in graphsja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationennein infoAtomizität und Isolation innerhalb einzelner Operationen werden unterstütztACIDAtomic single-row operationsACID infowith snapshot isolationACID infotunable commit protocol
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajayes, multi-version concurrency control (MVCC)ja infoMVCC
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 haltenneinneinjaja infoTemporary table
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer auf einzelne Objekte definierbarPluggable Authentication Mechanismen infoz.B. LDAP, HTTPAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Users, roles and permissionsStandard SQL Rollen und Rechte
Weitere Informationen bereitgestellt vom Systemhersteller
CassandraDrizzleGoogle Cloud BigtableMemgraphNuoDB
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» mehr
Memgraph directly connects to your streaming infrastructure so you and your team...
» mehr
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» mehr
Business Source License ensures a future for the Memgraph community MAGE algorithm...
» mehr
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» mehr
Graph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» mehr
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» mehr
Market metricsCassandra is used by 40% of the Fortune 100.
» mehr
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» mehr
You can check out our pricing model and licenses on the company website .
» mehr
Neuigkeiten

How Winweb Built its AI Assistant with DataStax Astra DB and LangChain
17. April 2024

Vercel + Astra DB: Get Data into Your GenAI Apps Fast
16. April 2024

Simplifying Agent Development with Astra DB Connector for Vertex AI Search
11. April 2024

Making Astra DB easier for MongoDB developers
10. April 2024

Empowering Enterprise GenAI: Announcing Luna for RAGStack
10. April 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
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» 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
CassandraDrizzleGoogle Cloud BigtableMemgraphNuoDB
DB-Engines Blog Posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3. Mai 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5. Januar 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2. November 2015, Paul Andlinger

alle anzeigen

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

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

Here's What to Know About Apache Cassandra 5.0
16. April 2024, hackernoon.com

What Is Cassandra? Working, Features, and Uses - Spiceworks
17. August 2023, Spiceworks News and Insights

How Uber Optimized Cassandra Operations At Scale
20. Juli 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13. Dezember 2023, VentureBeat

Microsoft extends life support for aging Apache Cassandra 3.11 database
10. Oktober 2023, The Register

bereitgestellt von Google News

Google expands BigQuery with Gemini, brings vector support to cloud databases
29. Februar 2024, VentureBeat

What is Google Bigtable? | Definition from TechTarget
1. März 2022, TechTarget

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31. Januar 2022, InfoQ.com

Review: Google Bigtable scales with ease
7. September 2016, InfoWorld

Google Cloud makes it cheaper to run smaller workloads on Bigtable
7. April 2020, TechCrunch

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

How to Implement Custom JSON Utility Procedures With Memgraph MAGE and Python
26. März 2021, Towards Data Science

bereitgestellt von Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25. November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16. Oktober 2017, The New Stack

NuoDB 4.0 improves cloud-native database capabilities
31. Juli 2019, TechTarget

Distributed SQL Database NuoDB 4.0 Supports Kubernetes Operator and Indexing Improvements
7. Oktober 2019, InfoQ.com

NuoDB empowers distributed database users to optimize cloud and container resources with new graphical dashboard
10. April 2018, Daily Host News

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

SingleStore logo

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

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

Milvus logo

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

Präsentieren Sie hier Ihr Produkt