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

DBMS > BoltDB vs. ClickHouse vs. etcd vs. eXtremeDB vs. Hive

Vergleich der Systemeigenschaften BoltDB vs. ClickHouse vs. etcd vs. eXtremeDB vs. Hive

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBoltDB  Xaus Vergleich ausschliessenClickHouse  Xaus Vergleich ausschliessenetcd  Xaus Vergleich ausschliesseneXtremeDB  Xaus Vergleich ausschliessenHive  Xaus Vergleich ausschliessen
KurzbeschreibungAn embedded key-value store for Go.A high-performance, column-oriented SQL DBMS for online analytical processing (OLAP) that uses all available system resources to their full potential to process each analytical query as fast as possible. It is available as both an open-source software and a cloud offering.A distributed reliable key-value storeNatively in-memory DBMS with options for persistency, high-availability and clusteringData Warehouse Software zum Abfragen und Verwalten großer verteilter Datenmengen beispielsweise in Hadoop
Primäres DatenbankmodellKey-Value StoreRelational DBMSKey-Value StoreRelational DBMS
Time Series DBMS
Relational DBMS
Sekundäre DatenbankmodelleTime Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,76
Rang#224  Overall
#32  Key-Value Stores
Punkte16,20
Rang#37  Overall
#23  Relational DBMS
Punkte7,64
Rang#54  Overall
#5  Key-Value Stores
Punkte0,73
Rang#227  Overall
#104  Relational DBMS
#18  Time Series DBMS
Punkte62,59
Rang#18  Overall
#12  Relational DBMS
Websitegithub.com/­boltdb/­boltclickhouse.cometcd.io
github.com/­etcd-io/­etcd
www.mcobject.comhive.apache.org
Technische Dokumentationclickhouse.com/­docsetcd.io/­docs
github.com/­etcd-io/­etcd/­tree/­master/­Documentation
www.mcobject.com/­docs/­extremedb.htmcwiki.apache.org/­confluence/­display/­Hive/­Home
EntwicklerClickhouse Inc.McObjectApache Software Foundation infoUrsprünglich von Facebook entwickelt
Erscheinungsjahr2013201620012012
Aktuelle Versionv24.3.2.23-lts, April 20243.4, August 20198.2, 20213.1.3, April 2022
Lizenz infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infoApache 2.0Open Source infoApache Version 2.0kommerziellOpen 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.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
  • ClickHouse Cloud: Get the performance you love from open source ClickHouse in a serverless offering that takes care of the details so you can spend more time getting insight out of the fastest database on earth.
  • Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
ImplementierungsspracheGoC++GoC und C++Java
Server BetriebssystemeBSD
Linux
OS X
Solaris
Windows
FreeBSD
Linux
macOS
FreeBSD
Linux
Windows infoexperimental
AIX
HP-UX
Linux
macOS
Solaris
Windows
Alle Betriebssysteme mit einer Java VM
Datenschemaschemafreijaschemafreijaja
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinjaneinjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein infosupport of XML interfaces available
Sekundärindizesneinyesneinjaja
SQL infoSupport of SQLneinClose to ANSI SQL (SQL/JSON + extensions)neinja infowith the option: eXtremeSQLSQL-like DML and DDL statements
APIs und andere ZugriffskonzeptegRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietäres Protokoll
gRPC
JSON over HTTP
.NET Client API
JDBC
JNI
ODBC
Proprietäres Protokoll
RESTful HTTP API
JDBC
ODBC
Thrift
Unterstützte ProgrammiersprachenGoC# info3rd party library
C++
Elixir info3rd party library
Go info3rd party library
Java info3rd party library
JavaScript (Node.js) info3rd party library
Kotlin info3rd party library
Nim info3rd party library
Perl info3rd party library
PHP info3rd party library
Python info3rd party library
R info3rd party library
Ruby info3rd party library
Rust
Scala info3rd party library
.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Rust
Scala
Tcl
.Net
C
C#
C++
Java
Lua
Python
Scala
C++
Java
PHP
Python
Server-seitige Scripts infoStored Proceduresneinjaneinjaja infoBenutzerdefinierte Funktion und Map-Reduce Integration
Triggersneinneinyes, watching key changesja infoby defining eventsnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenkeinekey based and customhorizontale Partitionierung / shardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeineAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Using Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.Active Replication Fabric™ for IoT
Multi-Source Replikation infoby means of eXtremeDB Cluster option
Source-Replica Replikation infoby means of eXtremeDB High Availability option
frei wählbarer Replikationsfaktor
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinja infoAbfragen werden als MapReduce Jobs behandelt
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenjaneinneinACIDnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja infoOptimistic (MVCC) and pessimistic (locking) strategies availableja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjaneinja
Berechtigungskonzept infoZugriffskontrolleneinAccess rights for users and roles. Column and row based policies. Quotas and resource limits. Pluggable authentication with LDAP and Kerberos. Password based, X.509 certificate, and SSH key authentication.neinZugriffsrechte für Benutzer, Gruppen und Rollen
Weitere Informationen bereitgestellt vom Systemhersteller
BoltDBClickHouseetcdeXtremeDBHive
Specific characteristicseXtremeDB is an in-memory and/or persistent database system that offers an ultra-small...
» mehr
Competitive advantageseXtremeDB databases can be modeled relationally or as objects and can utilize SQL...
» mehr
Typical application scenariosIoT application across all markets: Industrial Control, Netcom, Telecom, Defense,...
» mehr
Key customersSchneider Electronics, F5 Networks, TNS, Boeing, Northrop Grumman, GoPro, ViaSat,...
» mehr
Market metricsWith hundreds of customers and over 30 million devices/applications using the product...
» mehr
Licensing and pricing modelsFor server use cases, there is a simple per-server license irrespective of the number...
» 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
DrittanbieterDoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» mehr

Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» 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
BoltDBClickHouseetcdeXtremeDBHive
DB-Engines Blog Posts

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

4 Instructive Postmortems on Data Downtime and Loss
1. März 2024, The Hacker News

Grafana Loki: Architecture Summary and Running in Kubernetes
14. März 2023, hackernoon.com

Roblox’s cloud-native catastrophe: A post mortem
31. Januar 2022, InfoWorld

How to Put a GUI on Ansible, Using Semaphore
22. April 2023, The New Stack

bereitgestellt von Google News

Why Clickhouse Should Be Your Next Database
6. Juli 2023, The New Stack

ClickHouse Cloud & Amazon S3 Express One Zone: Making a blazing fast analytical database even faster | Amazon ...
28. November 2023, AWS Blog

From Open Source to SaaS: the Journey of ClickHouse
16. Januar 2024, InfoQ.com

ClickHouse Announces Launch of ClickPipes
26. September 2023, Datanami

Can LLMs Replace Data Analysts? Getting Answers Using SQL
22. Dezember 2023, Towards Data Science

bereitgestellt von Google News

Monitor Amazon EKS Control Plane metrics using AWS Open Source monitoring services | Amazon Web Services
12. Oktober 2023, AWS Blog

ETCD directives don't go well with RBI's stellar reputation
14. April 2024, Business Standard

RBI reiterates need for underlying forex exposure for rupee derivatives transactions | Mint
5. April 2024, Mint

How can corporates use the ETCD platform to hedge their forex? Gaurang Somaiya explains
4. August 2023, The Economic Times

How to restore a Kubernetes cluster from an etcd snapshot
16. Dezember 2021, TechTarget

bereitgestellt von Google News

McObject Announces the Release of eXtremeDB/rt 1.2
23. Mai 2023, Embedded Computing Design

McObject Announces Availability of eXtremeDB/rt for Green Hills Software's INTEGRITY RTOS
21. April 2022, GlobeNewswire

McObject Announces Availability of eXtremeDB/rt for Microsoft Azure RTOS ThreadX
15. November 2021, Automation.com

Latest embedded DBMS supports asymmetric multiprocessing systems
24. Mai 2023, Embedded

Beta tests for real time in-memory embedded database ...
4. Mai 2021, eeNews Europe

bereitgestellt von Google News

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18. Oktober 2023, AWS Blog

Data Engineering in 2024: Predictions For Data Lakes and The Serving Layer
23. Januar 2024, Datanami

18 Top Big Data Tools and Technologies to Know About in 2024
24. Januar 2024, TechTarget

Top 80 Hadoop Interview Questions and Answers for 2024
15. Februar 2024, Simplilearn

What Is Apache Iceberg?
26. Februar 2024, ibm.com

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

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.

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

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

Präsentieren Sie hier Ihr Produkt