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 > Manticore Search vs. PouchDB vs. RRDtool vs. SAP SQL Anywhere

System Properties Comparison Manticore Search vs. PouchDB vs. RRDtool vs. SAP SQL Anywhere

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameManticore Search  Xexclude from comparisonPouchDB  Xexclude from comparisonRRDtool  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparison
DescriptionMulti-storage database for search, including full-text search.JavaScript DBMS with an API inspired by CouchDBIndustry 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.RDBMS database and synchronization technologies for server, desktop, remote office, and mobile environments
Primary database modelSearch engineDocument storeTime Series DBMSRelational DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar Library
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.22
Rank#312  Overall
#21  Search engines
Score2.28
Rank#115  Overall
#21  Document stores
Score1.87
Rank#136  Overall
#11  Time Series DBMS
Score4.25
Rank#79  Overall
#43  Relational DBMS
Websitemanticoresearch.compouchdb.comoss.oetiker.ch/­rrdtoolwww.sap.com/­products/­technology-platform/­sql-anywhere.html
Technical documentationmanual.manticoresearch.compouchdb.com/­guidesoss.oetiker.ch/­rrdtool/­dochelp.sap.com/­docs/­SAP_SQL_Anywhere
DeveloperManticore SoftwareApache Software FoundationTobias OetikerSAP infoformerly Sybase
Initial release2017201219991992
Current release6.0, February 20237.1.1, June 20191.8.0, 202217, July 2015
License infoCommercial or Open SourceOpen Source infoGPL version 2Open SourceOpen Source infoGPL V2 and FLOSScommercial
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++JavaScriptC infoImplementations in Java (e.g. RRD4J) and C# available
Server operating systemsFreeBSD
Linux
macOS
Windows
server-less, requires a JavaScript environment (browser, Node.js)HP-UX
Linux
AIX
HP-UX
Linux
OS X
Solaris
Windows
Data schemeFixed schemaschema-freeyesyes
Typing infopredefined data types such as float or dateInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, BooleannoNumeric data onlyyes
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.Can index from XMLnono infoExporting into and restoring from XML files possibleyes
Secondary indexesyes infofull-text index on all search fieldsyes infovia viewsnoyes
SQL infoSupport of SQLSQL-like query languagenonoyes
APIs and other access methodsBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
HTTP REST infoonly for PouchDB Server
JavaScript API
in-process shared library
Pipes
ADO.NET
HTTP API
JDBC
ODBC
Supported programming languagesElixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
JavaScriptC 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++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Server-side scripts infoStored proceduresuser defined functionsView functions in JavaScriptnoyes, in C/C++, Java, .Net or Perl
Triggersnoyesnoyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infowith a proxy-based framework, named couchdb-loungenonenone
Replication methods infoMethods for redundantly storing data on multiple nodesSynchronous replication based on Galera libraryMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
noneSource-replica replication infoDatabase mirroring
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencynoneImmediate Consistency
Foreign keys infoReferential integritynononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoisolated transactions for atomic changes and binary logging for safe writesnonoACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoby using the rrdcached daemonyes
Durability infoSupport for making data persistentyes infoThe original contents of fields are not stored in the Manticore index.yes infoby using IndexedDB, WebSQL or LevelDB as backendyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlnononofine 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

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

More resources
Manticore SearchPouchDBRRDtoolSAP SQL Anywhere infoformerly called Adaptive Server Anywhere
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

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

Recent citations in the 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

Apex Legends hacker says game developers patched exploit used on streamers
25 April 2024, Yahoo News Canada

provided by Google News

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

3 Reasons To Think Offline First
22 March 2017, ibm.com

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

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

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

Cacti servers under attack by attackers exploiting CVE-2022-46169
16 January 2023, Help Net Security

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

provided by Google News

SAP vulnerabilities Let Attacker Inject OS Commands—Patch Now!
11 July 2023, CybersecurityNews

Rimini Street expands support beyond SAP and Oracle
11 June 2022, InsideSAP

SAP Products & Services Data Portfolio
2 July 2021, Datamation

SAP launches HANA cloud platform, partners with Siemens, Intel
6 May 2015, Channel Daily News

AWS, IBM, Microsoft, Google emerge Cloud DBMS leaders
22 December 2022, Daily Host News

provided by Google News



Share this page

Featured Products

Milvus logo

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

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.

Present your product here