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

DBMS > CockroachDB vs. GBase vs. HBase vs. Ignite vs. Speedb

Vergleich der Systemeigenschaften CockroachDB vs. GBase vs. HBase vs. Ignite vs. Speedb

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenGBase  Xaus Vergleich ausschliessenHBase  Xaus Vergleich ausschliessenIgnite  Xaus Vergleich ausschliessenSpeedb  Xaus Vergleich ausschliessen
KurzbeschreibungCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.Widely used RDBMS in China, including analytical, transactional, distributed transactional, and cloud-native data warehousing.Wide-Column Store basierend auf Apache Hadoop und auf Konzepten von BigTableApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.An embeddable, high performance key-value store optimized for write-intensive workloads, which can be used as a drop-in replacement for RocksDB
Primäres DatenbankmodellRelational DBMSRelational DBMSWide Column StoreKey-Value Store
Relational DBMS
Key-Value Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte6,15
Rang#55  Overall
#33  Relational DBMS
Punkte1,07
Rang#185  Overall
#86  Relational DBMS
Punkte30,50
Rang#26  Overall
#2  Wide Column Stores
Punkte3,16
Rang#96  Overall
#15  Key-Value Stores
#49  Relational DBMS
Punkte0,21
Rang#315  Overall
#45  Key-Value Stores
Websitewww.cockroachlabs.comwww.gbase.cnhbase.apache.orgignite.apache.orgwww.speedb.io
Technische Dokumentationwww.cockroachlabs.com/­docshbase.apache.org/­book.htmlapacheignite.readme.io/­docs
EntwicklerCockroach LabsGeneral Data Technology Co., Ltd.Apache Software Foundation infoApache Top-Level Projekt, ursprünglich entwickelt von PowersetApache Software FoundationSpeedb
Erscheinungsjahr20152004200820152020
Aktuelle Version23.1.1, Mai 2023GBase 8a, GBase 8s, GBase 8c2.3.4, Jaenner 2021Apache Ignite 2.6
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availablekommerziellOpen Source infoApache Version 2Open Source infoApache 2.0Open Source infoApache Version 2.0; commercial license available
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.
ImplementierungsspracheGoC, Java, PythonJavaC++, Java, .NetC++
Server BetriebssystemeLinux
macOS
Windows
LinuxLinux
Unix
Windows infomit Cygwin
Linux
OS X
Solaris
Windows
Linux
Windows
Datenschemadynamic schemajaschema-free, schema definition possiblejaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaoptions to bring your own types, AVROjanein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinjaneinjanein
Sekundärindizesjajaneinjanein
SQL infoSupport of SQLyes, wire compatible with PostgreSQLStandard with numerous extensionsneinANSI-99 for query and DML statements, subset of DDLnein
APIs und andere ZugriffskonzepteJDBCADO.NET
C API
JDBC
ODBC
Java API
RESTful HTTP API
Thrift
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietäres Protokoll
RESTful HTTP API
Spring Data
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
C#C
C#
C++
Groovy
Java
PHP
Python
Scala
C#
C++
Java
PHP
Python
Ruby
Scala
C
C++
Go
Java
Perl
Python
Ruby
Server-seitige Scripts infoStored Proceduresneinuser defined functionsja infoCoprocessors in Javayes (compute grid and cache interceptors can be used instead)nein
Triggersneinjajayes (cache interceptors and events)
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFThorizontal partitioning (by range, list and hash) and vertical partitioningShardingShardinghorizontal partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTjaMulti-Source Replikation
Source-Replica Replikation
yes (replicated cache)ja
MapReduce infoBietet ein API für Map/Reduce Operationenneinjayes (compute grid and hadoop accelerator)nein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyImmediate Consistency or Eventual ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjajaneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDSingle row ACID (across millions of columns)ACIDja
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjajaja
Berechtigungskonzept infoZugriffskontrolleRole-based access controljaAccess Control Lists (ACL) for RBAC, integration with Apache Ranger for RBAC & ABACSecurity Hooks for custom implementationsnein
Weitere Informationen bereitgestellt vom Systemhersteller
CockroachDBGBaseHBaseIgniteSpeedb
Specific characteristicsSpeedb is an embedded key-value storage engine for versatile use cases. It was designed...
» mehr
Competitive advantagesSpeedb Open-source rebases on RocksDB's latest versions, with enhanced capabilities...
» mehr
Licensing and pricing modelsOpen source - Speedb OSS is released under an Apache license and can be found on...
» 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
CockroachDBGBaseHBaseIgniteSpeedb
DB-Engines Blog Posts

Cloudera's HBase PaaS offering now supports Complex Transactions
11. August 2021,  Krishna Maheshwari (sponsor) 

Why is Hadoop not listed in the DB-Engines Ranking?
13. Mai 2013, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9. April 2024, PR Newswire

DoorDash Uses CockroachDB to Create Config Management Platform for Microservices
14. Februar 2024, InfoQ.com

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6. November 2023, AWS Blog

CockroachDB tempts legacy databases to crawl to the cloud
29. Januar 2024, The Register

How DoorDash Migrated from Aurora Postgres to CockroachDB
5. Dezember 2023, The New Stack

bereitgestellt von Google News

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9. Oktober 2023, AWS Blog

Less Components, Higher Performance: Apache Doris instead of ClickHouse, MySQL, Presto, and HBase
20. Oktober 2023, hackernoon.com

HBase: The database big data left behind
6. Mai 2016, InfoWorld

HydraBase – The evolution of HBase@Facebook - Engineering at Meta
5. Juni 2014, Facebook Engineering

A Look At HBase, the NoSQL Database Built on Hadoop
6. Mai 2015, The New Stack

bereitgestellt von Google News

Apache Ignite: An Overview
6. September 2023, Open Source For You

GridGain Releases Conference Schedule for Virtual Apache Ignite Summit 2023
1. Juni 2023, Datanami

What is Apache Ignite? How is Apache Ignite Used?
18. Juli 2022, The Stack

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14. Mai 2016, AWS Blog

Fire up big data processing with Apache Ignite
27. Oktober 2016, InfoWorld

bereitgestellt von Google News

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21. März 2024, TechCrunch

Redis Acquires Speedb, Expanding Its Data Platform Capabilities Beyond DRAM
22. März 2024, Datanami

Redis acquires storage engine startup Speedb to enhance its open-source database
21. März 2024, SiliconANGLE News

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22. März 2024, Blocks & Files

Data unicorn Redis acquires Israeli startup Speedb to boost platform with data storage engine
21. März 2024, CTech

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.

Neo4j logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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 database to transact, analyze and contextualize your data in real time.
Try it today.

Präsentieren Sie hier Ihr Produkt