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

DBMS > Alibaba Cloud MaxCompute vs. Bangdb vs. Google Cloud Bigtable vs. Oracle Berkeley DB vs. QuestDB

Vergleich der Systemeigenschaften Alibaba Cloud MaxCompute vs. Bangdb vs. Google Cloud Bigtable vs. Oracle Berkeley DB vs. QuestDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlibaba Cloud MaxCompute  Xaus Vergleich ausschliessenBangdb  Xaus Vergleich ausschliessenGoogle Cloud Bigtable  Xaus Vergleich ausschliessenOracle Berkeley DB  Xaus Vergleich ausschliessenQuestDB  Xaus Vergleich ausschliessen
KurzbeschreibungMaxCompute (previously known as ODPS) is a general purpose, fully managed, multi-tenancy data processing platform for large-scale data warehousingConverged and high performance database for device data, events, time series, document and graphGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.Weit verbreiteter In-Process Key-Value StoreA high performance open source SQL database for time series data
Primäres DatenbankmodellRelational DBMS infoa graph-processing framework is available with the graphs being stored in tablesDocument Store
Graph DBMS
Time Series DBMS
Key-Value Store
Wide Column Store
Key-Value Store infounterstützt sortierte und unsortierte Key Sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Time Series DBMS
Sekundäre DatenbankmodelleSpatial DBMSRelational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,84
Rang#209  Overall
#98  Relational DBMS
Punkte0,16
Rang#338  Overall
#47  Document Stores
#32  Graph DBMS
#31  Time Series DBMS
Punkte3,15
Rang#95  Overall
#14  Key-Value Stores
#8  Wide Column Stores
Punkte2,01
Rang#126  Overall
#21  Key-Value Stores
#3  Native XML DBMS
Punkte2,70
Rang#105  Overall
#8  Time Series DBMS
Websitewww.alibabacloud.com/­product/­maxcomputebangdb.comcloud.google.com/­bigtablewww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlquestdb.io
Technische Dokumentationwww.alibabacloud.com/­help/­en/­maxcomputedocs.bangdb.comcloud.google.com/­bigtable/­docsdocs.oracle.com/­cd/­E17076_05/­html/­index.htmlquestdb.io/­docs
EntwicklerAlibabaSachin Sinha, BangDBGoogleOracle infoursprünglich von Sleepycat entwickelt, von Oracle aufgekauftQuestDB Technology Inc
Erscheinungsjahr20162012201519942014
Aktuelle VersionBangDB 2.0, October 202118.1.40, Mai 2020
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoBSD 3kommerziellOpen Source infoKommerzielle Lizenz verfügbar bei BedarfOpen Source infoApache 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheC, C++C, Java, C++ (depending on the Berkeley DB edition)Java (Zero-GC), C++, Rust
Server BetriebssystemegehostetLinuxgehostetAIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Linux
macOS
Windows
Datenschemajaschemafreischemafreischemafreija infoschema-free via InfluxDB Line Protocol
Typisierung infovordefinierte Datentypen, z.B. float oder datejayes: string, long, double, int, geospatial, stream, eventsneinneinja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinja infoonly with the Berkeley DB XML editionnein
Sekundärindizesneinja infosecondary, composite, nested, reverse, geospatialneinjanein
SQL infoSupport of SQLSQL-like query languageSQL like support with command line toolneinja infoSQL Interface basierend auf SQLite verfügbarSQL with time-series extensions
APIs und andere ZugriffskonzepteFluentd
Flume
MaxCompute Console
Propriätäres Protokoll
RESTful HTTP API
gRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
Unterstützte ProgrammiersprachenJavaC
C#
C++
Java
Python
C#
C++
Go
Java
JavaScript (Node.js)
Python
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
Andere infoEs gibt Libraries von Drittanbietern für zahlreiche Sprachen, die Berkeley DB Files bearbeiten können
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
Server-seitige Scripts infoStored Proceduresuser defined functions infoin Javaneinneinneinnein
Triggersneinyes, Notifications (with Streaming only)neinja infoonly for the SQL APInein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoImplicit feature of the cloud serviceSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingkeinehorizontal partitioning (by timestamps)
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja infoImplicit feature of the cloud serviceselectable replication factor, Knob for CAP (enterprise version only)Internal replication in Colossus, and regional replication between two clusters in different zonesSource-Replica ReplikationSource-replica replication with eventual consistency
MapReduce infoBietet ein API für Map/Reduce Operationenjaneinjaneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyTunable consistency, set CAP knob accordinglyImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACIDAtomic single-row operationsACIDACID for single-table writes
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjayes, optimistic concurrency controljaja
Durability infoDauerhafte Speicherung der Datenjayes, implements WAL (Write ahead log) as welljajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinyes, run db with in-memory only modeneinjaja infothrough memory mapped files
Berechtigungskonzept infoZugriffskontrolleAccess rights for users and rolesyes (enterprise version only)Access rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)nein
Weitere Informationen bereitgestellt vom Systemhersteller
Alibaba Cloud MaxComputeBangdbGoogle Cloud BigtableOracle Berkeley DBQuestDB
Specific characteristicsRelational model with native time series support Column-based storage and time partitioned...
» mehr
Competitive advantagesHigh ingestion throughput: peak of 4M rows/sec (TSBS Benchmark) Code optimizations...
» mehr
Typical application scenariosFinancial tick data Industrial IoT Application Metrics Monitoring
» mehr
Key customersBanks & Hedge funds, Yahoo, OKX, Airbus, Aquis Exchange, Net App, Cloudera, Airtel,...
» mehr
Licensing and pricing modelsOpen source Apache 2.0 QuestDB Enterprise QuestDB Cloud
» mehr
Neuigkeiten

Fluid real-time dashboards with Grafana and QuestDB
11. Juni 2024

QuestDB 8.0: Major Release
23. Mai 2024

QuestDB and Raspberry Pi 5 benchmark, a pocket-sized powerhouse
8. Mai 2024

Build your own resource monitor with QuestDB and Grafana
6. Mai 2024

Does "vpmovzxbd" Scare You? Here's Why it Doesn't Have To
12. 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

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
Alibaba Cloud MaxComputeBangdbGoogle Cloud BigtableOracle Berkeley DBQuestDB
Erwähnungen in aktuellen Nachrichten

Alibaba Cloud To Launch Big Data Service in Europe
15. Juni 2017, Alizila

Alibaba Cloud achieves 'record' in big data performance
29. Oktober 2019, DataCenterNews Asia

Denodo and Alibaba Cloud Partner to Bring Data Virtualization to the Global Market
5. Juli 2023, Datanami

Streaming Data Services Comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM Cloud
20. Januar 2020, Wire19

The Big Data Platform Behind Alibaba’s E-Commerce Systems
3. März 2020, DataDrivenInvestor

bereitgestellt von Google News

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1. März 2024, Forbes

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

Google scales up Cloud Bigtable NoSQL database
27. Januar 2022, TechTarget

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

Google Launches Cloud Bigtable, A Highly Scalable And Performant NoSQL Database
6. Mai 2015, TechCrunch

bereitgestellt von Google News

Margo Seltzer Named ACM Athena Lecturer for Technical and Mentoring Contributions
26. April 2023, HPCwire

ACM recognizes far-reaching technical achievements with special awards
26. Mai 2021, EurekAlert

Margo I. Seltzer | Berkman Klein Center
18. August 2020, Berkman Klein Center

Oracle buys Sleepycat Software
14. Februar 2006, MarketWatch

How to store financial market data for backtesting
26. Januar 2019, Towards Data Science

bereitgestellt von Google News

Kubernetes Annotations: Harnessing Power in Operator Development
30. November 2023, hackernoon.com

QuestDB snares $12M Series A with hosted version coming soon
3. November 2021, TechCrunch

SQL Extensions for Time-Series Data in QuestDB
11. Januar 2021, Towards Data Science

Read the Pitch Deck Database Startup QuestDB Used to Raise $12 Million
11. November 2021, Business Insider

QuestDB Raises $12M in Series A Funding
8. November 2021, FinSMEs

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

Milvus logo

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

Präsentieren Sie hier Ihr Produkt