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. Tarantool vs. TinkerGraph vs. Transbase vs. Valentina Server

Vergleich der Systemeigenschaften H2 vs. Tarantool vs. TinkerGraph vs. Transbase vs. Valentina Server

Redaktionelle Informationen bereitgestellt von DB-Engines
NameH2  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenTinkerGraph  Xaus Vergleich ausschliessenTransbase  Xaus Vergleich ausschliessenValentina Server  Xaus Vergleich ausschliessen
KurzbeschreibungFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.In-memory computing platform with a flexible data schema for efficiently building high-performance applicationsA lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 APIA resource-optimized, high-performance, universally applicable RDBMSObject-relational database and reports server
Primäres DatenbankmodellRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Graph DBMSRelational DBMSRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMSSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte8,13
Rang#49  Overall
#31  Relational DBMS
Punkte1,72
Rang#144  Overall
#25  Document Stores
#25  Key-Value Stores
#66  Relational DBMS
Punkte0,08
Rang#348  Overall
#35  Graph DBMS
Punkte0,11
Rang#341  Overall
#150  Relational DBMS
Punkte0,17
Rang#327  Overall
#145  Relational DBMS
Websitewww.h2database.comwww.tarantool.iotinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlinwww.transaction.de/­en/­products/­transbase.htmlwww.valentina-db.net
Technische Dokumentationwww.h2database.com/­html/­main.htmlwww.tarantool.io/­en/­docwww.transaction.de/­en/­products/­transbase/­features.htmlvalentina-db.com/­docs/­dokuwiki/­v5/­doku.php
EntwicklerThomas MuellerVKTransaction Software GmbHParadigma Software
Erscheinungsjahr20052008200919871999
Aktuelle Version2.2.220, Juli 20232.10.0, Mai 2022Transbase 8.3, 20225.7.5
Lizenz infoCommercial or Open SourceOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoApache 2.0kommerziell infoDevelopment Lizenz gratiskommerziell
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.
ImplementierungsspracheJavaC und C++JavaC und C++
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMBSD
Linux
macOS
FreeBSD
Linux
macOS
Solaris
Windows
Linux
OS X
Windows
DatenschemajaFlexible data schema: relational definition for tables with ability to store json-like documents in columnsschemafreijaja
Typisierung infovordefinierte Datentypen, z.B. float oder datejastring, double, decimal, uuid, integer, blob, boolean, datetimejajaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesjajaneinjaja
SQL infoSupport of SQLjaFull-featured ANSI SQL supportneinjaja
APIs und andere ZugriffskonzepteJDBC
ODBC
Open binary protocolTinkerPop 3ADO.NET
JDBC
ODBC
Proprietäres native API
ODBC
Unterstützte ProgrammiersprachenJavaC
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Groovy
Java
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
.Net
C
C#
C++
Objective-C
PHP
Ruby
Visual Basic
Visual Basic.NET
Server-seitige Scripts infoStored ProceduresJava Stored Procedures and User-Defined FunctionsLua, C and SQL stored proceduresneinjaja
Triggersjajaneinjaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.keine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenWith clustering: 2 database servers on different computers operate on identical copies of a databaseAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
keineSource-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
keineImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjayesja infoRelationships in graphsjaja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsneinja
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)janeinja
Durability infoDauerhafte Speicherung der Datenjayes, write ahead loggingoptionaljaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjayes, full featured in-memory storage engine with persistencejaneinja
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
neinBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept entsprechend 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
H2TarantoolTinkerGraphTransbaseValentina Server
DB-Engines Blog Posts

Data processing speed and reliability: in-memory synchronous replication
9. November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16. Dezember 2019, Хабр

VShard — horizontal scaling in Tarantool
7. März 2019, Хабр

Accelerating PHP connectors for Tarantool using Async, Swoole, and Parallel
18. Dezember 2019, Хабр

bereitgestellt von Google News

Why developers like Apache TinkerPop, an open source framework for graph computing | Amazon Web Services
27. September 2021, AWS Blog

Introducing Gremlin query hints for Amazon Neptune
26. Februar 2019, AWS Blog

InfiniteGraph Gets Support for Common Graph Database Language and More
21. Februar 2012, SiliconANGLE News

bereitgestellt von Google News

A Look at Valentina — SitePoint
18. April 2014, SitePoint

MySQL GUI Tools for Windows and Ubuntu/Linux: Top 8 free or open source
7. Dezember 2018, H2S Media

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

Milvus logo

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

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Präsentieren Sie hier Ihr Produkt