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

DBMS > H2 vs. MaxDB vs. Oracle NoSQL vs. TiDB vs. Yanza

Vergleich der Systemeigenschaften H2 vs. MaxDB vs. Oracle NoSQL vs. TiDB vs. Yanza

Redaktionelle Informationen bereitgestellt von DB-Engines
NameH2  Xaus Vergleich ausschliessenMaxDB infoformerly named Adabas-D  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenTiDB  Xaus Vergleich ausschliessenYanza  Xaus Vergleich ausschliessen
Yanza seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
KurzbeschreibungFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.A robust and reliable RDBMS optimized to run all major SAP solutionsA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesTiDB is an open source distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.Time Series DBMS for IoT Applications
Primäres DatenbankmodellRelational DBMSRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Relational DBMSTime Series DBMS
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte8,13
Rang#49  Overall
#31  Relational DBMS
Punkte2,32
Rang#112  Overall
#55  Relational DBMS
Punkte2,95
Rang#100  Overall
#17  Document Stores
#17  Key-Value Stores
#50  Relational DBMS
Punkte4,66
Rang#70  Overall
#38  Relational DBMS
Websitewww.h2database.commaxdb.sap.comwww.oracle.com/­database/­nosql/­technologies/­nosqlpingcap.comyanza.com
Technische Dokumentationwww.h2database.com/­html/­main.htmlmaxdb.sap.com/­documentationdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmldocs.pingcap.com/­tidb/­stable
EntwicklerThomas MuellerSAP, acquired from Software AG (Adabas-D) in 1997OraclePingCAP, Inc.Yanza
Erscheinungsjahr20051984201120162015
Aktuelle Version2.2.220, Juli 20237.9.10.12, Februar 202423.3, Dezember 20238.0.0, Maerz 2024
Lizenz infoCommercial or Open SourceOpen Source infodual-licence (Mozilla public license, Eclipse public license)kommerziell infoLimitierte Community Edition gratisOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoApache 2.0kommerziell infofree version available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein infobut mainly used as a service provided by Yanza
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.
ImplementierungsspracheJavaC++JavaGo, Rust
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMAIX
HP-UX
Linux
Solaris
Windows
Linux
Solaris SPARC/x86
LinuxWindows
DatenschemajajaSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.jaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaoptionaljanein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesjajajajanein
SQL infoSupport of SQLjajaSQL-like DML and DDL statementsjanein
APIs und andere ZugriffskonzepteJDBC
ODBC
ADO.NET
JDBC
ODBC
WebDAV
RESTful HTTP APIGORM
JDBC
ODBC
Proprietäres Protokoll
SQLAlchemy
HTTP API
Unterstützte ProgrammiersprachenJava.Net
C#
Java
Perl
PHP
Python
C
C#
Go
Java
JavaScript (Node.js)
Python
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
jede Sprache, die HTTP-Aufrufe erlaubt
Server-seitige Scripts infoStored ProceduresJava Stored Procedures and User-Defined Functionsjaneinneinnein
Triggersjajaneinneinja infoTimer and event based
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeinekeineShardinghorizontal partitioning (by key range)keine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenWith clustering: 2 database servers on different computers operate on identical copies of a databaseSource-Replica ReplikationElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.keine
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinwith Hadoop integrationja infowith TiSpark Connectornein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjajaneinja infofull support since version 6.6nein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDkonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)ACIDnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)jajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinja infooff heap cachenein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardZugriffsrechte für Benutzer und RollenFine grained access rights according to SQL-standardnein
Weitere Informationen bereitgestellt vom Systemhersteller
H2MaxDB infoformerly named Adabas-DOracle NoSQLTiDBYanza
Specific characteristicsTiDB is an advanced open-source, distributed SQL database for modern application...
» mehr
Competitive advantages- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» mehr
Typical application scenariosTiDB is ideal for transactional applications that require extreme scalability and...
» mehr
Key customersBlock, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» mehr
Market metrics34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» mehr
Licensing and pricing modelsTiDB Community : Free open source software (Apache 2.0) TiDB Self-Hosted : Enterprise...
» 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
H2MaxDB infoformerly named Adabas-DOracle NoSQLTiDBYanza
Erwähnungen in aktuellen Nachrichten

SAP Content Server High Availability using Amazon EFS and SUSE | Amazon Web Services
30. Dezember 2020, AWS Blog

SAP Aligns Mainstream Maintenance Commitments Across Its Enterprise Solutions
11. August 2020, SAP News

SIOS looks to boost SAP HANA automated replication
29. März 2023, TechTarget

Alibaba Cloud Offers Access to SAP Software for Customers
5. Juni 2018, Alizila

Remotely Exploitable Vulnerabilities in SAP Compression Algorithms
13. Mai 2015, Threatpost

bereitgestellt von Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21. August 2023, blogs.oracle.com

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

Oracle Beefs Up Its NoSQL Database Offering
3. April 2014, Data Center Knowledge

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

Larry Ellison Just Embraced the Enemy. Or Did He?
1. Oktober 2012, WIRED

bereitgestellt von Google News

How PingCAP transformed TiDB into a serverless DBaaS using Amazon S3 and Amazon EBS | Amazon Web Services
14. November 2023, AWS Blog

How a new database architecture supports scale and reliability in TiDB
11. März 2024, InfoWorld

PingCAP Launches TiDB 7.5, Enhancing Distributed SQL Database Tech
19. Dezember 2023, Datanami

TiDB by PingCAP Leads Data Management Revolution at GIDS 2024, Empowering India's Burgeoning Developer ...
25. April 2024, CXOToday.com

Google Cloud's C3D Instances Provide Strong Performance Value For PingCAP's TiDB
28. März 2024, Phoronix

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Präsentieren Sie hier Ihr Produkt