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 > Amazon DocumentDB vs. Manticore Search vs. Microsoft Azure Table Storage vs. Oracle Rdb vs. SQL.JS

System Properties Comparison Amazon DocumentDB vs. Manticore Search vs. Microsoft Azure Table Storage vs. Oracle Rdb vs. SQL.JS

Editorial information provided by DB-Engines
NameAmazon DocumentDB  Xexclude from comparisonManticore Search  Xexclude from comparisonMicrosoft Azure Table Storage  Xexclude from comparisonOracle Rdb  Xexclude from comparisonSQL.JS  Xexclude from comparison
DescriptionFast, scalable, highly available, and fully managed MongoDB-compatible database serviceMulti-storage database for search, including full-text search.A Wide Column Store for rapid development using massive semi-structured datasetsPort of SQLite to JavaScript
Primary database modelDocument storeSearch engineWide column storeRelational 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
Score1.91
Rank#131  Overall
#24  Document stores
Score0.29
Rank#302  Overall
#21  Search engines
Score4.04
Rank#77  Overall
#6  Wide column stores
Score1.14
Rank#178  Overall
#80  Relational DBMS
Score0.63
Rank#241  Overall
#112  Relational DBMS
Websiteaws.amazon.com/­documentdbmanticoresearch.comazure.microsoft.com/­en-us/­services/­storage/­tableswww.oracle.com/­database/­technologies/­related/­rdb.htmlsql.js.org
Technical documentationaws.amazon.com/­documentdb/­resourcesmanual.manticoresearch.comwww.oracle.com/­database/­technologies/­related/­rdb-doc.htmlsql.js.org/­documentation/­index.html
DeveloperManticore SoftwareMicrosoftOracle, originally developed by Digital Equipment Corporation (DEC)Alon Zakai infoenhancements implemented by others
Initial release20192017201219842012
Current release6.0, February 20237.4.1.1, 2021
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2commercialcommercialOpen Source
Cloud-based only infoOnly available as a cloud serviceyesnoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++JavaScript
Server operating systemshostedFreeBSD
Linux
macOS
Windows
hostedHP Open VMSserver-less, requires a JavaScript environment (browser, Node.js)
Data schemeschema-freeFixed schemaschema-freeFlexible Schema (defined schema, partial schema, schema free)yes
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesyesyes
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.noCan index from XMLnonono
Secondary indexesyesyes infofull-text index on all search fieldsnoyes
SQL infoSupport of SQLnoSQL-like query languagenoyesyes infoSQL-92 is not fully supported
APIs and other access methodsproprietary protocol using JSON (MongoDB compatible)Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
RESTful HTTP APIJavaScript API
Supported programming languagesGo
Java
JavaScript (Node.js)
PHP
Python
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
JavaScript
Server-side scripts infoStored proceduresnouser defined functionsnono
Triggersnononono
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-availability zones for high availability, asynchronous replication for up to 15 read replicasSynchronous replication based on Galera libraryyes infoimplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.none
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)nononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate Consistencynone
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenonoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-document operationsyes infoisolated transactions for atomic changes and binary logging for safe writesoptimistic lockingyes, on a single nodeACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yesyesno infoexcept by serializing a db to a file
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlAccess rights for users and rolesnoAccess rights based on private key authentication or shared access signaturesno

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
Amazon DocumentDBManticore SearchMicrosoft Azure Table StorageOracle RdbSQL.JS
DB-Engines blog posts

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

show all

Recent citations in the news

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

Use LangChain and vector search on Amazon DocumentDB to build a generative AI chatbot | Amazon Web Services
20 May 2024, AWS Blog

Vector search for Amazon DocumentDB (with MongoDB compatibility) is now generally available | Amazon Web Services
29 November 2023, AWS Blog

AWS announces Amazon DocumentDB I/O-Optimized
21 November 2023, AWS Blog

Use headless clusters in Amazon DocumentDB for cost-effective multi-Region resiliency | Amazon Web Services
8 March 2024, 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

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

Working with Azure to Use and Manage Data Lakes
7 March 2024, Simplilearn

How to Use C# Azure.Data.Tables SDK with Azure Cosmos DB
9 July 2021, hackernoon.com

How to use Azure Table storage in .Net
14 January 2019, InfoWorld

How to write data to Azure Table Store with an Azure Function
14 April 2017, Experts Exchange

Inside Azure File Storage
7 October 2015, azure.microsoft.com

provided by Google News

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

Should we all consolidate databases for the storage benefits? Reg vultures deploy DevOps, zoos, haircuts
18 September 2020, The Register

2013 Data Science Salary Survey – O'Reilly
4 May 2013, O'Reilly Media

provided by Google News

9 Best JavaScript and TypeScript ORMs for 2024 — SitePoint
22 March 2023, SitePoint

Execute millions of SQL statements in milliseconds in the browser with WebAssembly and Web Workers.
14 January 2017, hackernoon.com

SQLite On The Web: Absurd-sql
24 August 2021, Hackaday

In Praise Of SQLite
28 July 2022, iProgrammer

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

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

Milvus logo

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

Present your product here