DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Blazegraph vs. Oracle vs. Tarantool vs. TinkerGraph vs. Transbase

System Properties Comparison Blazegraph vs. Oracle vs. Tarantool vs. TinkerGraph vs. Transbase

Editorial information provided by DB-Engines
NameBlazegraph  Xexclude from comparisonOracle  Xexclude from comparisonTarantool  Xexclude from comparisonTinkerGraph  Xexclude from comparisonTransbase  Xexclude from comparison
Amazon has acquired Blazegraph's domain and (probably) product. It is said that Amazon Neptune is based on Blazegraph.
DescriptionHigh-performance graph database supporting Semantic Web (RDF/SPARQL) and Graph Database (tinkerpop3, blueprints, vertex-centric) APIs with scale-out and High Availability.Widely used RDBMSIn-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 RDBMS
Primary database modelGraph DBMS
RDF store
Relational DBMSDocument store
Key-value store
Relational DBMS
Graph DBMSRelational DBMS
Secondary database modelsDocument store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.77
Rank#222  Overall
#20  Graph DBMS
#8  RDF stores
Score1234.27
Rank#1  Overall
#1  Relational DBMS
Score1.67
Rank#150  Overall
#25  Document stores
#25  Key-value stores
#69  Relational DBMS
Score0.12
Rank#344  Overall
#34  Graph DBMS
Score0.15
Rank#337  Overall
#147  Relational DBMS
Websiteblazegraph.comwww.oracle.com/­databasewww.tarantool.iotinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlinwww.transaction.de/­en/­products/­transbase.html
Technical documentationwiki.blazegraph.comdocs.oracle.com/­en/­databasewww.tarantool.io/­en/­docwww.transaction.de/­en/­products/­transbase/­features.html
DeveloperBlazegraphOracleVKTransaction Software GmbH
Initial release20061980200820091987
Current release2.1.5, March 201923c, September 20232.10.0, May 2022Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoextended commercial license availablecommercial inforestricted free version is availableOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoApache 2.0commercial infofree development license
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC and C++C and C++JavaC and C++
Server operating systemsLinux
OS X
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
BSD
Linux
macOS
FreeBSD
Linux
macOS
Solaris
Windows
Data schemeschema-freeyes infoSchemaless in JSON and XML columnsFlexible data schema: relational definition for tables with ability to store json-like documents in columnsschema-freeyes
Typing infopredefined data types such as float or dateyes infoRDF literal typesyesstring, double, decimal, uuid, integer, blob, boolean, datetimeyesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.yesnonono
Secondary indexesyesyesyesnoyes
SQL infoSupport of SQLSPARQL is used as query languageyes infowith proprietary extensionsFull-featured ANSI SQL supportnoyes
APIs and other access methodsJava API
RESTful HTTP API
SPARQL QUERY
SPARQL UPDATE
TinkerPop 3
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Open binary protocolTinkerPop 3ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languages.Net
C
C++
Java
JavaScript
PHP
Python
Ruby
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Groovy
Java
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresyesPL/SQL infoalso stored procedures in Java possibleLua, C and SQL stored proceduresnoyes
Triggersnoyesyes, before/after data modification events, on replication events, client session eventsnoyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding, horizontal partitioningSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.none
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication
Source-replica replication
Asynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
noneSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infocan be realized in PL/SQLnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationImmediate 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
noneImmediate Consistency
Foreign keys infoReferential integrityyes infoRelationships in Graphsyesyesyes infoRelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infoisolation level can be parameterizedACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsnoyes
Concurrency infoSupport for concurrent manipulation of datayesyesyes, cooperative multitaskingnoyes
Durability infoSupport for making data persistentyesyesyes, write ahead loggingoptionalyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoVersion 12c introduced the new option 'Oracle Database In-Memory'yes, full featured in-memory storage engine with persistenceyesno
User concepts infoAccess controlSecurity and Authentication via Web Application Container (Tomcat, Jetty)fine grained access rights according to 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
nofine grained access rights according to SQL-standard

More information provided by the system vendor

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesDevart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
BlazegraphOracleTarantoolTinkerGraphTransbase
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

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

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

This AI Paper Introduces A Comprehensive RDF Dataset With Over 26 Billion Triples Covering Scholarly Data Across All Scientific Disciplines
19 August 2023, MarkTechPost

Back to the future: Does graph database success hang on query language?
5 March 2018, ZDNet

Harnessing GPUs Delivers a Big Speedup for Graph Analytics
15 December 2015, Datanami

Representation Learning on RDF* and LPG Knowledge Graphs
24 September 2020, Towards Data Science

Faster with GPUs: 5 turbocharged databases
26 September 2016, InfoWorld

provided by Google News

Blog Theme - Details
30 April 2024, Oracle

What's New: April 2024
26 April 2024, Oracle

Why run Oracle Database on Arm
19 April 2024, Oracle

Oracle and Microsoft bring Oracle Database@Azure to Europe
14 March 2024, Oracle

Oracle Database@Azure now Generally Available in Azure East US Region to accelerate your data center exit
13 December 2023, Oracle

provided by Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4 April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1 September 2021, Хабр

Tarantool Announces New Enterprise Version With Enhanced Scaling and Monitoring Capabilities
18 May 2018, Newswire

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

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13 April 2020, Хабр

provided by Google News

Automated testing of Amazon Neptune data access with Apache TinkerPop Gremlin | Amazon Web Services
28 September 2022, AWS Blog

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

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

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

Introducing Gremlin query hints for Amazon Neptune | AWS Database Blog
26 February 2019, AWS Blog

provided by Google News



Share this page

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

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.

Milvus logo

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

Present your product here