DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Cassandra vs. Cloudflare Workers KV vs. GridDB vs. OrientDB

Vergleich der Systemeigenschaften Cassandra vs. Cloudflare Workers KV vs. GridDB vs. OrientDB

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCassandra  Xaus Vergleich ausschliessenCloudflare Workers KV  Xaus Vergleich ausschliessenGridDB  Xaus Vergleich ausschliessenOrientDB  Xaus Vergleich ausschliessen
KurzbeschreibungWide-Column Store basierend auf Ideen von BigTable und DynamoDB infoOptimiert für schreibende ZugriffeA global, low-latency, key-value store for applications on Cloudflare with exceptionally high read volumes and low-latency.Scalable in-memory time series database optimized for IoT and Big DataMulti-model DBMS (Document, Graph, Key/Value)
Primäres DatenbankmodellWide Column StoreKey-Value StoreTime Series DBMSDocument Store
Graph DBMS
Key-Value Store
Sekundäre DatenbankmodelleVektor DBMS infostarting with release V5Key-Value Store
Relational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte101,89
Rang#12  Overall
#1  Wide Column Stores
Punkte0,32
Rang#283  Overall
#40  Key-Value Stores
Punkte1,95
Rang#128  Overall
#10  Time Series DBMS
Punkte3,19
Rang#93  Overall
#16  Document Stores
#7  Graph DBMS
#14  Key-Value Stores
Websitecassandra.apache.orgwww.cloudflare.com/­developer-platform/­workers-kvgriddb.netorientdb.org
Technische Dokumentationcassandra.apache.org/­doc/­latestdevelopers.cloudflare.com/­kv/­apidocs.griddb.netwww.orientdb.com/­docs/­last/­index.html
EntwicklerApache Software Foundation infoApache Top Level Projekt, ursprünglich von Facebook entwickeltCloudflareToshiba CorporationOrientDB LTD; CallidusCloud; SAP
Erscheinungsjahr2008201820132010
Aktuelle Version4.1.3, Juli 20235.1, August 20223.2.29, Maerz 2024
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2kommerziellOpen Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also availableOpen Source infoApache Version 2
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjaneinnein
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++Java
Server BetriebssystemeBSD
Linux
OS X
Windows
gehostetLinuxAlle Betriebssysteme mit einer Java JDK (>= JDK 6)
Datenschemaschemafreischemafreijaschemafrei infoSchema kann erzwungen werden: für kompletten Satz ("schema-full") oder nur für einzelne Attribute ("schema-hybrid")
Typisierung infovordefinierte Datentypen, z.B. float oder datejaneinja infonumerical, string, blob, geometry, boolean, timestampja
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ösungneinjaja
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)neinSQL92, SQL-like TQL (Toshiba Query Language)SQL-like query language, no joins
APIs und andere ZugriffskonzepteProprietäres Protokoll infoCQL (Cassandra Query Language, eine SQL-ähnliche Abfragesprache)
Thrift
HTTP REST
Proprietäres Protokoll
JDBC
ODBC
Proprietäres Protokoll
RESTful HTTP/JSON API
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
Unterstützte ProgrammiersprachenC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C
C++
Dart
JavaScript
Kotlin
Python
Rust
Scala
C
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Server-seitige Scripts infoStored ProceduresneinneinneinJava, Javascript
TriggersjaneinjaHooks
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infokein "single point of failure"ShardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenfrei wählbarer Replikationsfaktor infoAbbildung von geographischer Verteilung der Server möglichjaSource-Replica ReplikationMulti-Source Replikation
MapReduce infoBietet ein API für Map/Reduce OperationenjaneinConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobsnein infocould be achieved with distributed queries
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infobei jedem Schreibvorgang individuell einstellbar
Eventual ConsistencyImmediate consistency within container, eventual consistency across containers
Fremdschlüssel inforeferenzielle Integritätneinneinneinja infoBeziehungen in Graphen
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationennein infoAtomizität und Isolation innerhalb einzelner Operationen werden unterstütztneinACID at container levelACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenjajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinja
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer auf einzelne Objekte definierbarAccess rights for users can be defined per databaseZugriffsrechte für Benutzer und Rollen, Rechte auch auf Satzebene
Weitere Informationen bereitgestellt vom Systemhersteller
CassandraCloudflare Workers KVGridDBOrientDB
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» mehr
GridDB is a highly scalable, in-memory time series database optimized for IoT and...
» mehr
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» mehr
1. Optimized for IoT Equipped with Toshiba's proprietary key-container data model...
» mehr
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» mehr
Factory IoT, Automative Industry, Energy, BEMS, Smart Community, Monitoring system.
» mehr
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» mehr
Denso International [see use case ] An Electric Power company [see use case ] Ishinomaki...
» mehr
Market metricsCassandra is used by 40% of the Fortune 100.
» mehr
GitHub trending repository
» mehr
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» mehr
Open Source license (AGPL v3 & Apache v2) Commercial license (subscription)
» 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
DrittanbieterCassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» 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
CassandraCloudflare Workers KVGridDBOrientDB
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

Graph DBMS increased their popularity by 500% within the last 2 years
3. März 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21. Januar 2014, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

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

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

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

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

bereitgestellt von Google News

Cloudflare updates Workers platform with Python support, event notifications, and improved local development ...
3. April 2024, DevClass

Cloudflare dashboard, API service feeling poorly due to datacenter power snafu
2. November 2023, The Register

Cloudflare recovers from service outage after power failure at core North American data center
3. November 2023, DatacenterDynamics

Cloudflare is (still) struggling with another outage - here's what to know
3. November 2023, ZDNet

How to Build a Scalable URL Shortener With Cloudflare Workers and KV Under 10 Minutes
21. August 2022, hackernoon.com

bereitgestellt von Google News

General Availability of GridDB® 5.5 Enterprise Edition ~Enhancing the efficiency of IoT system development and ...
16. Januar 2024, global.toshiba

Toshiba launches cloudy managed IoT database service running its own GridDB
8. April 2021, The Register

GridDB Use case Large-scale high-speed processing of smart meter data following the deregulation of electrical power ...
1. November 2020, global.toshiba

General Availability of GridDB 5.1 Enterprise Edition ~ Continuous database usage in the event of data center failure ...
19. August 2022, global.toshiba

Toshiba's Distributed Database GridDB(R) Now Features Scale-Out and Scale-Up combo for Petabyte-scale Data ...
3. Dezember 2019, global.toshiba

bereitgestellt von Google News

The 12 Best Graph Databases to Consider for 2024
22. Oktober 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21. Januar 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20. September 2019, Towards Data Science

ArangoDB raises $10 million for NoSQL database management
14. März 2019, VentureBeat

K2View updates DataOps platform with data fabric automation
11. Mai 2021, TechTarget

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

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

Milvus logo

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

Präsentieren Sie hier Ihr Produkt