DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Amazon SimpleDB vs. Bangdb vs. BigchainDB vs. ClickHouse vs. Galaxybase

Vergleich der Systemeigenschaften Amazon SimpleDB vs. Bangdb vs. BigchainDB vs. ClickHouse vs. Galaxybase

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAmazon SimpleDB  Xaus Vergleich ausschliessenBangdb  Xaus Vergleich ausschliessenBigchainDB  Xaus Vergleich ausschliessenClickHouse  Xaus Vergleich ausschliessenGalaxybase  Xaus Vergleich ausschliessen
KurzbeschreibungGehostetes einfaches Datenbankservice von Amazon, die Daten liegen in der Amazon Cloud. infoEs gibt ein unabhängiges Produkt namens SimpleDB von Edward ScioreConverged and high performance database for device data, events, time series, document and graphBigchainDB is scalable blockchain database offering decentralization, immutability and native assetsA 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.Scalable, ACID-compliant native distributed parallel graph platform
Primäres DatenbankmodellKey-Value StoreDocument Store
Graph DBMS
Time Series DBMS
Document StoreRelational DBMSGraph DBMS
Sekundäre DatenbankmodelleSpatial DBMSTime Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte1,88
Rang#133  Overall
#23  Key-Value Stores
Punkte0,16
Rang#338  Overall
#47  Document Stores
#32  Graph DBMS
#31  Time Series DBMS
Punkte0,85
Rang#208  Overall
#35  Document Stores
Punkte15,55
Rang#38  Overall
#23  Relational DBMS
Punkte0,07
Rang#377  Overall
#40  Graph DBMS
Websiteaws.amazon.com/­simpledbbangdb.comwww.bigchaindb.comclickhouse.comgalaxybase.com
Technische Dokumentationdocs.aws.amazon.com/­simpledbdocs.bangdb.combigchaindb.readthedocs.io/­en/­latestclickhouse.com/­docs
EntwicklerAmazonSachin Sinha, BangDBClickhouse Inc.Chuanglin(Createlink) Technology Co., Ltd 浙江创邻科技有限公司
Erscheinungsjahr20072012201620162017
Aktuelle VersionBangDB 2.0, October 2021v24.4.1.2088-stable, Mai 2024Nov 20, November 2021
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoBSD 3Open Source infoAGPL v3Open Source infoApache 2.0kommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • 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.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
ImplementierungsspracheC, C++PythonC++C and Java
Server BetriebssystemegehostetLinuxLinuxFreeBSD
Linux
macOS
Linux
DatenschemaschemafreischemafreischemafreijaStrong typed schema
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinyes: string, long, double, int, geospatial, stream, eventsneinjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesja infoAlle Spalten werden automatisch indiziertja infosecondary, composite, nested, reverse, geospatialyesja
SQL infoSupport of SQLneinSQL like support with command line toolneinClose to ANSI SQL (SQL/JSON + extensions)nein
APIs und andere ZugriffskonzepteRESTful HTTP APIPropriätäres Protokoll
RESTful HTTP API
CLI Client
RESTful HTTP API
gRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietäres Protokoll
Browser interface
console (shell)
Graph API (Gremlin)
OpenCypher
Proprietäres native API
Unterstützte Programmiersprachen.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
C
C#
C++
Java
Python
Go
Haskell
Java
JavaScript
Python
Ruby
C# 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
Go
Java
Python
Server-seitige Scripts infoStored Proceduresneinneinjauser defined procedures and functions
Triggersneinyes, Notifications (with Streaming only)nein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenkeine infoSharding muss in der Applikation implementiert werdenSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingkey based and customSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenjaselectable replication factor, Knob for CAP (enterprise version only)frei wählbarer ReplikationsfaktorAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infokann bei LeseOperationen spezifiziert werden
Tunable consistency, set CAP knob accordinglyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinneinja infoRelationships in graphs
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationennein infoParallel ausgeführte Datenänderungen können von der Applikation entdeckt werdenACIDneinACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjayes, optimistic concurrency controljajaja
Durability infoDauerhafte Speicherung der Datenjayes, implements WAL (Write ahead log) as wellyes,with MongoDB ord RethinkDBjaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenyes, run db with in-memory only modejaja
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer und Rollen über AWS Identity and Access Management (IAM) definierbaryes (enterprise version only)yesAccess 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.Role-based access control

Weitere Informationen bereitgestellt vom Systemhersteller

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
DrittanbieterAiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» mehr

DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» 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
Amazon SimpleDBBangdbBigchainDBClickHouseGalaxybase
DB-Engines Blog Posts

The popularity of cloud-based DBMSs has increased tenfold in four years
7. Februar 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3. August 2015, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

A Place for Everything – Amazon SimpleDB
14. Dezember 2007, AWS Blog

Amazon DynamoDB Serves Trillions Of Requests Per Month While Counterpart SimpleDB Is No Longer A Listed ...
12. November 2013, TechCrunch

Hands-on Tutorial for Getting Started with Amazon SimpleDB
28. Mai 2010, Packt Hub

Amazon SimpleDB Expands Web Services
16. Dezember 2007, Data Center Knowledge

An Overview of Amazon Web Services - Cloud Application Architectures [Book]
22. September 2018, O'Reilly Media

bereitgestellt von Google News

Using BigchainDB: A Database with Blockchain Characteristics
20. Januar 2022, Open Source For You

Blockchain Database Startup BigchainDB Raises €3 Million
27. September 2016, CoinDesk

BigchainDB Raises €3M Series A Funding
28. September 2016, FinSMEs

ascribe announces scalable blockchain database BigchainDB - CoinReport
13. Februar 2016, CoinReport

Catena-X Welcomes New Members: Bosch, Ocean Protocol, Fetch.ai
20. Mai 2021, Coinspeaker

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

A 1000x Faster Database Solution: ClickHouse’s Aaron Katz
1. November 2023, GrowthCap

Ubuntu 24.04 + Linux 6.9 Intel & AMD Server Performance
23. Mai 2024, Phoronix

ClickHouse Announces Launch of ClickPipes
26. September 2023, Datanami

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.

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