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

DBMS > Bangdb vs. Google Cloud Datastore vs. Oracle NoSQL vs. Prometheus vs. Sadas Engine

Vergleich der Systemeigenschaften Bangdb vs. Google Cloud Datastore vs. Oracle NoSQL vs. Prometheus vs. Sadas Engine

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBangdb  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenPrometheus  Xaus Vergleich ausschliessenSadas Engine  Xaus Vergleich ausschliessen
KurzbeschreibungConverged and high performance database for device data, events, time series, document and graphSelbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesOpen Source Timeseries DBMS und Monitoring SystemSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environments
Primäres DatenbankmodellDocument Store
Graph DBMS
Time Series DBMS
Document StoreDocument Store
Key-Value Store
Relational DBMS
Time Series DBMSRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,16
Rang#338  Overall
#47  Document Stores
#32  Graph DBMS
#31  Time Series DBMS
Punkte4,36
Rang#72  Overall
#12  Document Stores
Punkte3,05
Rang#97  Overall
#17  Document Stores
#16  Key-Value Stores
#50  Relational DBMS
Punkte7,69
Rang#50  Overall
#3  Time Series DBMS
Punkte0,07
Rang#373  Overall
#157  Relational DBMS
Websitebangdb.comcloud.google.com/­datastorewww.oracle.com/­database/­nosql/­technologies/­nosqlprometheus.iowww.sadasengine.com
Technische Dokumentationdocs.bangdb.comcloud.google.com/­datastore/­docsdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlprometheus.io/­docswww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentation
EntwicklerSachin Sinha, BangDBGoogleOracleSADAS s.r.l.
Erscheinungsjahr20122008201120152006
Aktuelle VersionBangDB 2.0, October 202124.1, Mai 20248.0
Lizenz infoCommercial or Open SourceOpen Source infoBSD 3kommerziellOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoApache 2.0kommerziell infofree trial version available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjaneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheC, C++JavaGoC++
Server BetriebssystemeLinuxgehostetLinux
Solaris SPARC/x86
Linux
Windows
AIX
Linux
Windows
DatenschemaschemafreischemafreiSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.jaja
Typisierung infovordefinierte Datentypen, z.B. float oder dateyes: string, long, double, int, geospatial, stream, eventsja, Details hieroptionalNumeric data onlyja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein infoImportieren von XML Daten möglichnein
Sekundärindizesja infosecondary, composite, nested, reverse, geospatialjajaneinja
SQL infoSupport of SQLSQL like support with command line toolSQL-like query language (GQL)SQL-like DML and DDL statementsneinja
APIs und andere ZugriffskonzeptePropriätäres Protokoll
RESTful HTTP API
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
RESTful HTTP APIRESTful HTTP/JSON APIJDBC
ODBC
Proprietäres Protokoll
Unterstützte ProgrammiersprachenC
C#
C++
Java
Python
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
Go
Java
JavaScript (Node.js)
Python
.Net
C++
Go
Haskell
Java
JavaScript (Node.js)
Python
Ruby
.Net
C
C#
C++
Groovy
Java
PHP
Python
Server-seitige Scripts infoStored Proceduresneinmit Google App Engineneinneinnein
Triggersyes, Notifications (with Streaming only)Callbacks mit Google Apps Engineneinneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingShardingShardinghorizontale Partitionierung
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenselectable replication factor, Knob for CAP (enterprise version only)Multi-source replication using PaxosElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureja infomittels Federationkeine
MapReduce infoBietet ein API für Map/Reduce Operationenneinja infomittels Google Cloud Dataflowwith Hadoop integrationneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemTunable consistency, set CAP knob accordinglyImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Eventual Consistency
Immediate Consistency infoabhängig von Konfiguration
keineImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinja infovia ReferenceProperties or Ancestor pathsneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infoSerializable Isolation within Transactions, Read Committed outside of Transactionskonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)nein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, optimistic concurrency controljajajaja
Durability infoDauerhafte Speicherung der Datenyes, implements WAL (Write ahead log) as welljajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenyes, run db with in-memory only modeneinja infooff heap cacheneinja infomanaged by 'Learn by Usage'
Berechtigungskonzept infoZugriffskontrolleyes (enterprise version only)Access rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Zugriffsrechte für Benutzer und RollenneinAccess rights for users, groups and roles according to SQL-standard

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

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

Weitere Ressourcen
BangdbGoogle Cloud DatastoreOracle NoSQLPrometheusSadas Engine
Erwähnungen in aktuellen Nachrichten

Best cloud storage of 2024
4. Juni 2024, TechRadar

Google Cloud Stops Exit Fees
12. Januar 2024, Spiceworks News and Insights

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6. November 2023, PR Newswire

Google says it'll stop charging fees to transfer data out of Google Cloud
11. Januar 2024, TechCrunch

What is Google App Engine? | Definition from TechTarget
26. April 2024, TechTarget

bereitgestellt von Google News

OpenWorld 2013: Oracle NoSQL Database On the Rise?
13. Dezember 2023, Channel Futures

Blog Theme - Details
21. August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18. November 2021, Oracle

Oracle Defends Relational DBs Against NoSQL Competitors
25. November 2015, eWeek

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23. März 2023, Forbes

bereitgestellt von Google News

VTEX scales to 150 million metrics using Amazon Managed Service for Prometheus | Amazon Web Services
10. März 2024, AWS Blog

Exadata Real-Time Insight - Quick Start
3. April 2024, Oracle

OpenTelemetry vs. Prometheus: You can’t fix what you can’t see
29. März 2024, ibm.com

VictoriaMetrics Offers Prometheus Replacement for Time Series Monitoring
17. Juli 2023, The New Stack

Linux System Monitoring with Prometheus, Grafana, and collectd
1. Februar 2024, Linux Journal

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