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 > 4D vs. Apache Jena - TDB vs. GigaSpaces vs. RRDtool vs. Tarantool

System Properties Comparison 4D vs. Apache Jena - TDB vs. GigaSpaces vs. RRDtool vs. Tarantool

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonApache Jena - TDB  Xexclude from comparisonGigaSpaces  Xexclude from comparisonRRDtool  Xexclude from comparisonTarantool  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemA RDF storage and query DBMS, shipped as an optional-use component of the Apache Jena frameworkHigh performance in-memory data grid platform, powering three products: Smart Cache, Smart ODS (Operational Data Store), Smart Augmented TransactionsIndustry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.In-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primary database modelRelational DBMSRDF storeDocument store
Object oriented DBMS infoValues are user defined objects
Time Series DBMSDocument store
Key-value store
Relational DBMS
Secondary database modelsGraph DBMS
Search engine
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.68
Rank#110  Overall
#54  Relational DBMS
Score3.85
Rank#86  Overall
#3  RDF stores
Score1.02
Rank#192  Overall
#32  Document stores
#6  Object oriented DBMS
Score2.14
Rank#124  Overall
#10  Time Series DBMS
Score1.67
Rank#150  Overall
#25  Document stores
#25  Key-value stores
#69  Relational DBMS
Websitewww.4d.comjena.apache.org/­documentation/­tdb/­index.htmlwww.gigaspaces.comoss.oetiker.ch/­rrdtoolwww.tarantool.io
Technical documentationdeveloper.4d.comjena.apache.org/­documentation/­tdb/­index.htmldocs.gigaspaces.com/­latest/­landing.htmloss.oetiker.ch/­rrdtool/­docwww.tarantool.io/­en/­doc
Developer4D, IncApache Software Foundation infooriginally developed by HP LabsGigaspaces TechnologiesTobias OetikerVK
Initial release19842000200019992008
Current releasev20, April 20234.9.0, July 202315.5, September 20201.8.0, 20222.10.0, May 2022
License infoCommercial or Open SourcecommercialOpen Source infoApache License, Version 2.0Open Source infoApache Version 2; Commercial licenses availableOpen Source infoGPL V2 and FLOSSOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
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 languageJavaJava, C++, .NetC infoImplementations in Java (e.g. RRD4J) and C# availableC and C++
Server operating systemsOS X
Windows
All OS with a Java VMLinux
macOS
Solaris
Windows
HP-UX
Linux
BSD
Linux
macOS
Data schemeyesyes infoRDF Schemasschema-freeyesFlexible data schema: relational definition for tables with ability to store json-like documents in columns
Typing infopredefined data types such as float or dateyesyesyesNumeric data onlystring, double, decimal, uuid, integer, blob, boolean, datetime
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.yesno infoXML can be used for describing objects metadatano infoExporting into and restoring from XML files possibleno
Secondary indexesyesyesyesnoyes
SQL infoSupport of SQLyes infoclose to SQL 92noSQL-99 for query and DML statementsnoFull-featured ANSI SQL support
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
Fuseki infoREST-style SPARQL HTTP Interface
Jena RDF API
RIO infoRDF Input/Output
GigaSpaces LRMI
Hibernate
JCache
JDBC
JPA
ODBC
RESTful HTTP API
Spring Data
in-process shared library
Pipes
Open binary protocol
Supported programming languages4D proprietary IDE
PHP
Java.Net
C++
Java
Python
Scala
C infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-side scripts infoStored proceduresyesyesyesnoLua, C and SQL stored procedures
Triggersyesyes infovia event handleryes, event driven architecturenoyes, before/after data modification events, on replication events, client session events
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingnoneSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationnoneMulti-source replication infosynchronous or asynchronous
Source-replica replication infosynchronous or asynchronous
noneAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infoMap-Reduce pattern can be built with XAP task executorsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency infoConsistency level configurable: ALL, QUORUM, ANYnoneCasual 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
Foreign keys infoReferential integrityyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infoTDB TransactionsACIDnoACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoby using the rrdcached daemonyes, cooperative multitasking
Durability infoSupport for making data persistentyesyesyesyesyes, write ahead logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes, full featured in-memory storage engine with persistence
User concepts infoAccess controlUsers and groupsAccess control via Jena SecurityRole-based access controlnoAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles

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

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

More resources
4D infoformer name: 4th DimensionApache Jena - TDBGigaSpacesRRDtoolTarantool
DB-Engines blog posts

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

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

show all

Recent citations in the news

Sparql Secrets In Jena-Fuseki - DataScienceCentral.com
24 July 2022, Data Science Central

A catalogue with semantic annotations makes multilabel datasets FAIR | Scientific Reports
4 May 2022, Nature.com

Are there any Ontology Deployment Framework that can process OWL semantics and allow reasoning?
17 April 2018, ResearchGate

MarkLogic Hones Its Triple Store
18 August 2015, Datanami

Comparing Grakn to Semantic Web Technologies — Part 1/3 | by Tomas Sabat
26 June 2020, Towards Data Science

provided by Google News

GigaSpaces to hand out almost $14 million in dividends following Cloudify’s acquisition by Dell
19 July 2023, CTech

GigaSpaces Cloudify Increases Integration with OpenStack
4 February 2024, Channel Futures

Data Sciences Corporation partners with GigaSpaces Technologies to usher DIH technology to enterprises in SA
10 October 2023, ITWeb

GigaSpaces Announces Version 16.0 with Breakthrough Data Integration Tools to Ease Enterprises' Digital ...
3 November 2021, PR Newswire

GigaSpaces Spins Off Cloudify, Its Open Source Cloud Orchestration Unit
27 July 2017, Data Center Knowledge

provided by Google News

SQLi vulnerability in Cacti could lead to RCE (CVE-2023-51448)
9 January 2024, Help Net Security

Cacti: Using Graphs to Monitor Networks and Devices
16 March 2011, Packt Hub

A plotting utility for text mode consoles and terminals @tenox77
28 June 2023, Adafruit Blog

How to install Cacti SNMP Monitor on Ubuntu
24 November 2017, TechRepublic

Installation Guide for Collectd and Collectd-Web to Monitor Server Resources in Linux
29 November 2017, Linux.com

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



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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.

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

AllegroGraph logo

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

Present your product here