DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Ignite vs. Manticore Search vs. RRDtool vs. ScyllaDB vs. TimesTen

System Properties Comparison Ignite vs. Manticore Search vs. RRDtool vs. ScyllaDB vs. TimesTen

Editorial information provided by DB-Engines
NameIgnite  Xexclude from comparisonManticore Search  Xexclude from comparisonRRDtool  Xexclude from comparisonScyllaDB  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.Multi-storage database for search, including full-text search.Industry 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.Cassandra and DynamoDB compatible wide column storeIn-Memory RDBMS compatible to Oracle
Primary database modelKey-value store
Relational DBMS
Search engineTime Series DBMSWide column storeRelational DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryKey-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.16
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score0.22
Rank#312  Overall
#21  Search engines
Score1.87
Rank#136  Overall
#11  Time Series DBMS
Score4.75
Rank#68  Overall
#5  Wide column stores
Score1.31
Rank#163  Overall
#74  Relational DBMS
Websiteignite.apache.orgmanticoresearch.comoss.oetiker.ch/­rrdtoolwww.scylladb.comwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationapacheignite.readme.io/­docsmanual.manticoresearch.comoss.oetiker.ch/­rrdtool/­docdocs.scylladb.comdocs.oracle.com/­database/­timesten-18.1
DeveloperApache Software FoundationManticore SoftwareTobias OetikerScyllaDBOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20152017199920151998
Current releaseApache Ignite 2.66.0, February 20231.8.0, 2022ScyllaDB Open Source 5.4.1, January 202411 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoGPL version 2Open Source infoGPL V2 and FLOSSOpen Source infoOpen Source (AGPL), commercial license availablecommercial
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.
Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
Implementation languageC++, Java, .NetC++C infoImplementations in Java (e.g. RRD4J) and C# availableC++
Server operating systemsLinux
OS X
Solaris
Windows
FreeBSD
Linux
macOS
Windows
HP-UX
Linux
LinuxAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyesFixed schemayesschema-freeyes
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, BooleanNumeric data onlyyesyes
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.yesCan index from XMLno infoExporting into and restoring from XML files possiblenono
Secondary indexesyesyes infofull-text index on all search fieldsnoyes infocluster global secondary indicesyes
SQL infoSupport of SQLANSI-99 for query and DML statements, subset of DDLSQL-like query languagenoSQL-like DML and DDL statements (CQL)yes
APIs and other access methodsHDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
in-process shared library
Pipes
Proprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesC#
C++
Java
PHP
Python
Ruby
Scala
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
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
For CQL interface: C#, C++, Clojure, Erlang, Go, Haskell, Java, JavaScript, Node.js, Perl, PHP, Python, Ruby, Rust, Scala
For DynamoDB interface: .Net, ColdFusion, Erlang, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresyes (compute grid and cache interceptors can be used instead)user defined functionsnoyes, LuaPL/SQL
Triggersyes (cache interceptors and events)nononono
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoPartitioning is done manually, search queries against distributed index is supportednoneShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes (replicated cache)Synchronous replication based on Galera librarynoneselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes (compute grid and hadoop accelerator)nononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencynoneEventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Immediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyes infoisolated transactions for atomic changes and binary logging for safe writesnono infoAtomicity and isolation are supported for single operationsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoby using the rrdcached daemonyesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yesyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes infoin-memory tablesyes
User concepts infoAccess controlSecurity Hooks for custom implementationsnonoAccess rights for users can be defined per objectfine grained access rights according to SQL-standard
More information provided by the system vendor
IgniteManticore SearchRRDtoolScyllaDBTimesTen
Specific characteristicsScyllaDB is engineered to deliver predictable performance at scale. It’s adopted...
» more
Competitive advantagesHighly-performant (efficiently utilizes full resources of a node and network; millions...
» more
Typical application scenariosScyllaDB is ideal for applications that require high throughput and low latency at...
» more
Key customersDiscord, Epic Games, Expedia, Zillow, Comcast, Disney+ Hotstar, Samsung, ShareChat,...
» more
Market metricsScyllaDB typically offers ~75% total cost of ownership savings, with ~5X higher throughput...
» more
Licensing and pricing modelsScyllaDB Open Source - free open source software (AGPL) ScyllaDB Enterprise - subscription-based...
» more

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
IgniteManticore SearchRRDtoolScyllaDBTimesTen
DB-Engines blog posts

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

Recent citations in the news

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

Apache Ignite: An Overview
6 September 2023, Open Source For You

GridGain Releases Conference Schedule for Virtual Apache Ignite Summit 2023
1 June 2023, Datanami

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14 May 2016, AWS Blog

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

provided by Google News

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

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

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

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

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

provided by Google News

ScyllaDB on AWS is a NoSQL Database Built for Gigabyte-to-Petabyte Scale | Amazon Web Services
6 January 2023, AWS Blog

Scylla Eyes Cassandra's NoSQL Workloads
13 February 2018, Datanami

ScyllaDB Database Review | eWeek
21 August 2018, eWeek

Scylla vs Cassandra: Performance Comparison - DataScienceCentral.com
9 January 2020, Data Science Central

Scylla review: Apache Cassandra supercharged
18 December 2019, InfoWorld

provided by Google News

The Intel Xeon E7-8800 v3 Review: The POWER8 Killer?
8 May 2015, AnandTech

provided by Google News



Share this page

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.

AllegroGraph logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here