DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > H2 vs. Heroic vs. NebulaGraph vs. SAP Advantage Database Server vs. TiDB

Vergleich der Systemeigenschaften H2 vs. Heroic vs. NebulaGraph vs. SAP Advantage Database Server vs. TiDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameH2  Xaus Vergleich ausschliessenHeroic  Xaus Vergleich ausschliessenNebulaGraph  Xaus Vergleich ausschliessenSAP Advantage Database Server infofrüherer Name: Sybase ADS  Xaus Vergleich ausschliessenTiDB  Xaus Vergleich ausschliessen
SAP Advantage Database Server 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.Time Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchA distributed, linear scalable, high perfomant Graph DBMSLow-cost RDBMS with access to ISAM and FoxPro data structuresTiDB 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.
Primäres DatenbankmodellRelational DBMSTime Series DBMSGraph DBMSRelational DBMSRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte8,22
Rang#50  Overall
#32  Relational DBMS
Punkte0,57
Rang#250  Overall
#21  Time Series DBMS
Punkte2,12
Rang#125  Overall
#10  Graph DBMS
Punkte4,94
Rang#72  Overall
#40  Relational DBMS
Websitewww.h2database.comgithub.com/­spotify/­heroicgithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
www.sap.com/products/advantage-database-server.htmlpingcap.com
Technische Dokumentationwww.h2database.com/­html/­main.htmlspotify.github.io/­heroicdocs.nebula-graph.iodocs.pingcap.com/­tidb/­stable
EntwicklerThomas MuellerSpotifyVesoft Inc.Sybase, SAPPingCAP, Inc.
Erscheinungsjahr20052014201919932016
Aktuelle Version2.2.220, Juli 20238.0.0, Maerz 2024
Lizenz infoCommercial or Open SourceOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoApache 2.0Open Source infoApache Version 2.0 + Common Clause 1.0kommerziellOpen Source infoApache 2.0
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.
TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.
ImplementierungsspracheJavaJavaC++Go, Rust
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMLinuxLinux
Windows
Linux
DatenschemajaschemafreiStrong typed schemajaja
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajajaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesjaja infovia Elasticsearchja infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.jaja
SQL infoSupport of SQLjaneinSQL-like query languagejaja
APIs und andere ZugriffskonzepteJDBC
ODBC
HQL (Heroic Query Language, a JSON-based language)
HTTP API
Browser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietäres native API
Python Object Graph Mapper
Query language nGQL
.NET Client API
ADO.NET
JDBC
ODBC
OLE DB
GORM
JDBC
ODBC
Proprietäres Protokoll
SQLAlchemy
Unterstützte ProgrammiersprachenJava.Net
C++
Go
Java
PHP
Python
Delphi
Perl
PHP
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-seitige Scripts infoStored ProceduresJava Stored Procedures and User-Defined Functionsneinuser defined functionsjanein
Triggersjaneinjanein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineShardingShardingkeinehorizontal partitioning (by key range)
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenWith clustering: 2 database servers on different computers operate on identical copies of a databasejaCausal Clustering using Raft protocolMulti-Source Replikation infoCONFLICT Trigger to resolve replication conflicts
Source-Replica Replikation
Using Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinja infowith TiSpark Connector
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinja infoRelationships in graphsjaja infofull support since version 6.6
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinACIDACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)jajajaja
Durability infoDauerhafte Speicherung der Datenjajaja infousing RocksDBjaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinjanein infocaching of (temporary) tables can be configurednein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardRole-based access controlBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardFine grained access rights according to SQL-standard
Weitere Informationen bereitgestellt vom Systemhersteller
H2HeroicNebulaGraphSAP Advantage Database Server infofrüherer Name: Sybase ADSTiDB
Specific characteristicsNebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» mehr
TiDB is an advanced open-source, distributed SQL database for modern application...
» mehr
Competitive advantagesNebulaGraph boasts the world's only graph database solution that is able to host...
» mehr
- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» mehr
Typical application scenariosSocial networking Fraud detection Knowledge graph Data warehouse management Anti...
» mehr
TiDB is ideal for transactional applications that require extreme scalability and...
» mehr
Key customersCompanies from a variety of industries have implemented NebulaGraph Database in production,...
» mehr
Block, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» mehr
Market metricsAt our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» mehr
34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» mehr
Licensing and pricing modelsNebulaGraph is open source and free to use under Apache 2.0 license.
» mehr
TiDB 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
H2HeroicNebulaGraphSAP Advantage Database Server infofrüherer Name: Sybase ADSTiDB
Erwähnungen in aktuellen Nachrichten

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

bereitgestellt von Google News

NebulaGraph Enterprise v5.0: The First Distributed Graph Database to Offer Native GQL Support
18. April 2024, PR Newswire

NebulaGraph Enterprise v3.7.0 Empowers Enterprises to Build Knowledge Graphs with a Few Clicks
3. April 2024, PR Newswire

Celebrating 10,000 GitHub Stars for NebulaGraph
26. März 2024, Yahoo Finance

NebulaGraph reaps from China’s growing appetite for graph databases
16. September 2022, TechCrunch

Beginner’s Guide to NebulaGraph Database | by Ng Wai Foong
26. Oktober 2022, Towards Data Science

bereitgestellt von Google News

SAP Announces Q3 2023 Results: Asia Pacific and Japan View
19. Oktober 2023, SAP News

AIRWORLD PART 15: WORLD'S SECOND BEST AIRPORT TERMINAL
30. September 2005, Ad Age

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

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

PingCAP Wins 2024 Data Breakthrough Awards
12. April 2024, GlobeNewswire

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

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.

Milvus logo

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

AllegroGraph logo

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

Präsentieren Sie hier Ihr Produkt