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 > DuckDB vs. EXASOL vs. GridDB vs. Manticore Search vs. SQL.JS

System Properties Comparison DuckDB vs. EXASOL vs. GridDB vs. Manticore Search vs. SQL.JS

Editorial information provided by DB-Engines
NameDuckDB  Xexclude from comparisonEXASOL  Xexclude from comparisonGridDB  Xexclude from comparisonManticore Search  Xexclude from comparisonSQL.JS  Xexclude from comparison
DescriptionAn embeddable, in-process, column-oriented SQL OLAP RDBMSHigh-performance, in-memory, MPP database specifically designed for in-memory analytics.Scalable in-memory time series database optimized for IoT and Big DataMulti-storage database for search, including full-text search.Port of SQLite to JavaScript
Primary database modelRelational DBMSRelational DBMSTime Series DBMSSearch engineRelational DBMS
Secondary database modelsKey-value store
Relational DBMS
Time Series DBMS infousing the Manticore Columnar Library
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.57
Rank#74  Overall
#40  Relational DBMS
Score1.99
Rank#124  Overall
#58  Relational DBMS
Score1.95
Rank#128  Overall
#10  Time Series DBMS
Score0.22
Rank#312  Overall
#21  Search engines
Score0.53
Rank#252  Overall
#116  Relational DBMS
Websiteduckdb.orgwww.exasol.comgriddb.netmanticoresearch.comsql.js.org
Technical documentationduckdb.org/­docswww.exasol.com/­resourcesdocs.griddb.netmanual.manticoresearch.comsql.js.org/­documentation/­index.html
DeveloperExasolToshiba CorporationManticore SoftwareAlon Zakai infoenhancements implemented by others
Initial release20182000201320172012
Current release0.10, February 20245.1, August 20226.0, February 2023
License infoCommercial or Open SourceOpen Source infoMIT LicensecommercialOpen Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also availableOpen Source infoGPL version 2Open Source
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 languageC++C++C++JavaScript
Server operating systemsserver-lessLinuxFreeBSD
Linux
macOS
Windows
server-less, requires a JavaScript environment (browser, Node.js)
Data schemeyesyesyesFixed schemayes
Typing infopredefined data types such as float or dateyesyesyes infonumerical, string, blob, geometry, boolean, timestampInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyes
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.nononoCan index from XMLno
Secondary indexesyesyesyesyes infofull-text index on all search fields
SQL infoSupport of SQLyesyesSQL92, SQL-like TQL (Toshiba Query Language)SQL-like query languageyes infoSQL-92 is not fully supported
APIs and other access methodsArrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
.Net
JDBC
ODBC
WebSocket
JDBC
ODBC
Proprietary protocol
RESTful HTTP/JSON API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
JavaScript API
Supported programming languagesC
C# info3rd party driver
C++
Crystal info3rd party driver
Go info3rd party driver
Java
Lisp info3rd party driver
Python
R
Ruby info3rd party driver
Rust
Swift
Zig info3rd party driver
Java
Lua
Python
R
C
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
JavaScript
Server-side scripts infoStored proceduresnouser defined functionsnouser defined functionsno
Triggersnoyesyesnono
Partitioning methods infoMethods for storing different data on different nodesnoneShardingShardingSharding infoPartitioning is done manually, search queries against distributed index is supportednone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneSource-replica replicationSynchronous replication based on Galera librarynone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infoHadoop integrationConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate consistency within container, eventual consistency across containersnone
Foreign keys infoReferential integritynoyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACID at container levelyes infoisolated transactions for atomic changes and binary logging for safe writesACID
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoThe original contents of fields are not stored in the Manticore index.no 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.yesyesyesyes
User concepts infoAccess controlnoAccess rights for users, groups and roles according to SQL-standardAccess rights for users can be defined per databasenono
More information provided by the system vendor
DuckDBEXASOLGridDBManticore SearchSQL.JS
Specific characteristicsGridDB is a highly scalable, in-memory time series database optimized for IoT and...
» more
Competitive advantages1. Optimized for IoT Equipped with Toshiba's proprietary key-container data model...
» more
Typical application scenariosFactory IoT, Automative Industry, Energy, BEMS, Smart Community, Monitoring system.
» more
Key customersDenso International [see use case ] An Electric Power company [see use case ] Ishinomaki...
» more
Market metricsGitHub trending repository
» more
Licensing and pricing modelsOpen Source license (AGPL v3 & Apache v2) Commercial license (subscription)
» 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
DuckDBEXASOLGridDBManticore SearchSQL.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

DuckDB: The tiny but powerful analytics database
15 May 2024, InfoWorld

DuckDB Walks to the Beat of Its Own Analytics Drum
5 March 2024, Datanami

Enabling Remote Query Execution through DuckDB Extensions
12 March 2024, InfoQ.com

My First Billion (of Rows) in DuckDB | by João Pedro | May, 2024
1 May 2024, Towards Data Science

MotherDuck Raises $52.5 Million Series B Funding as DuckDB Adoption Soars
20 September 2023, PR Newswire

provided by Google News

Mathias Golombek, Chief Technology Officer of Exasol – Interview Series
21 May 2024, Unite.AI

Exasol Finds AI Underinvestment Leads to Business Failure, But Data Challenges Stall Rapid Adoption
14 May 2024, insideBIGDATA

It's Back to the Database Future for Exasol CEO Tewes
26 October 2023, Datanami

Exasol gets jolt of AI with Espresso suite of capabilities
26 February 2024, TechTarget

Exasol Unveils New Suite of AI Tools to Turbocharge Enterprise Data Analytics
21 February 2024, Business Wire

provided by Google News

General Availability of GridDB® 5.5 Enterprise Edition ~Enhancing the efficiency of IoT system development and ...
16 January 2024, global.toshiba

Toshiba launches cloudy managed IoT database service running its own GridDB
8 April 2021, The Register

GridDB Use case Large-scale high-speed processing of smart meter data following the deregulation of electrical power ...
1 November 2020, global.toshiba

General Availability of GridDB 5.1 Enterprise Edition ~ Continuous database usage in the event of data center failure ...
19 August 2022, global.toshiba

IoT: Opt for the Right Open Source Database
11 August 2023, Open Source For You

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

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

10 Low-Code Rules for Serious Coders
21 November 2022, Embedded Computing Design

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

provided by Google News



Share this page

Featured Products

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.

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

Neo4j logo

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

Present your product here