DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Manticore Search vs. OpenSearch vs. RethinkDB vs. SAP SQL Anywhere vs. SQLite

System Properties Comparison Manticore Search vs. OpenSearch vs. RethinkDB vs. SAP SQL Anywhere vs. SQLite

Editorial information provided by DB-Engines
NameManticore Search  Xexclude from comparisonOpenSearch  Xexclude from comparisonRethinkDB  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionMulti-storage database for search, including full-text search.A distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneDBMS for the Web with a mechanism to push updated query results to applications in realtime.RDBMS database and synchronization technologies for server, desktop, remote office, and mobile environmentsWidely used embeddable, in-process RDBMS
Primary database modelSearch engineSearch engineDocument storeRelational DBMSRelational DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryVector DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.29
Rank#302  Overall
#21  Search engines
Score16.03
Rank#37  Overall
#4  Search engines
Score2.66
Rank#107  Overall
#20  Document stores
Score3.95
Rank#80  Overall
#42  Relational DBMS
Score111.41
Rank#10  Overall
#7  Relational DBMS
Websitemanticoresearch.comgithub.com/­opensearch-project
opensearch.org
rethinkdb.comwww.sap.com/­products/­technology-platform/­sql-anywhere.htmlwww.sqlite.org
Technical documentationmanual.manticoresearch.comopensearch.org/­docs/­latestrethinkdb.com/­docshelp.sap.com/­docs/­SAP_SQL_Anywherewww.sqlite.org/­docs.html
DeveloperManticore SoftwareAmazon Web ServicesThe Linux Foundation infosince July 2017SAP infoformerly SybaseDwayne Richard Hipp
Initial release20172021200919922000
Current release6.0, February 20232.5.0, January 20232.4.1, August 202017, July 20153.46.0  (23 May 2024), May 2024
License infoCommercial or Open SourceOpen Source infoGPL version 2Open Source infoApache Version 2.0Open Source infoApache Version 2commercialOpen Source infoPublic Domain
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.
  • STACKIT OpenSearch offers OpenSearch in a managed version in enterprise grade, 100% GDPR-compliant, for a wide range of applications like analytics, website search, offering scalability and fast data access.
  • Aiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
Implementation languageC++JavaC++C
Server operating systemsFreeBSD
Linux
macOS
Windows
All OS with a Java VMLinux
OS X
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
server-less
Data schemeFixed schemaschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-freeyesyes infodynamic column types
Typing infopredefined data types such as float or dateInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesyes infostring, binary, float, bool, date, geometryyesyes infonot rigid because of 'dynamic typing' concept.
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 XMLnoyesno
Secondary indexesyes infofull-text index on all search fieldsyes infoAll search fields are automatically indexedyesyesyes
SQL infoSupport of SQLSQL-like query languageSQL-like query languagenoyesyes infoSQL-92 is not fully supported
APIs and other access methodsBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Java API
RESTful HTTP/JSON API
ADO.NET
HTTP API
JDBC
ODBC
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesElixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresuser defined functionsyesyes, in C/C++, Java, .Net or Perlno
Triggersnoyes infoby using the 'percolation' featureClient-side triggers through changefeedsyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioning is done manually, search queries against distributed index is supportedShardingSharding inforange basednonenone
Replication methods infoMethods for redundantly storing data on multiple nodesSynchronous replication based on Galera libraryyesSource-replica replicationSource-replica replication infoDatabase mirroringnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoisolated transactions for atomic changes and binary logging for safe writesnoAtomic single-document operationsACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoMVCC basedyesyes infovia file-system locks
Durability infoSupport for making data persistentyes infoThe original contents of fields are not stored in the Manticore index.yesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlnoyes infousers and table-level permissionsfine grained access rights according to SQL-standardno
More information provided by the system vendor
Manticore SearchOpenSearchRethinkDBSAP SQL Anywhere infoformerly called Adaptive Server AnywhereSQLite
Specific characteristicsOpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
Competitive advantagesDistributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
Typical application scenariosThe OpenSearch platform is used across a broad range of search , analytics, and observability...
» more
Licensing and pricing modelsThe OpenSearch Project offers open source software licensed under Apache License...
» 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
3rd partiesAiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
» more
Navicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

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

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

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

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

Highlighting in Search Results
24 May 2020, hackernoon.com

provided by Google News

Amazon OpenSearch Service now supports OpenSearch version 2.13 - AWS
21 May 2024, AWS Blog

Behind the Scenes: Upgrading OpenSearch efficiency with OCI flexible vertical scaling
13 February 2024, Oracle

Modernize your data observability with Amazon OpenSearch Service zero-ETL integration with Amazon S3 | Amazon ...
5 June 2024, AWS Blog

AWS announces Amazon DocumentDB zero-ETL integration with Amazon OpenSearch Service
16 May 2024, AWS Blog

Amazon OpenSearch Service zero-ETL integration with Amazon S3 now available - AWS
22 May 2024, AWS Blog

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devmio

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

How to deploy RethinkDB using Docker
14 February 2018, Packt Hub

provided by Google News

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

SAP Products & Services Data Portfolio
2 July 2021, Datamation

Securing SAP with AWS Network Firewall: Part 2 – Managed Rules | Amazon Web Services
17 July 2023, AWS Blog

MindsDB is now the leading and fastest growing applied ML platform in the world India - English
3 November 2022, PR Newswire

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

provided by Google News

Microsoft Research chief scientist has no issue with Windows Recall
6 June 2024, The Register

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

How to Work with SQLite Database in Python
8 June 2024, Analytics Insight

A Guide to Working with SQLite Databases in Python
21 May 2024, KDnuggets

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

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

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

Neo4j logo

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

Present your product here