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

DBMS > GeoMesa vs. Heroic vs. MariaDB vs. OpenSearch vs. TimescaleDB

System Properties Comparison GeoMesa vs. Heroic vs. MariaDB vs. OpenSearch vs. TimescaleDB

Editorial information provided by DB-Engines
NameGeoMesa  Xexclude from comparisonHeroic  Xexclude from comparisonMariaDB  Xexclude from comparisonOpenSearch  Xexclude from comparisonTimescaleDB  Xexclude from comparison
DescriptionGeoMesa is a distributed spatio-temporal DBMS based on various systems as storage layer.Time Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchMySQL application compatible open source RDBMS, enhanced with high availability, security, interoperability and performance capabilities. MariaDB ColumnStore provides a column-oriented storage engine and MariaDB Xpand supports distributed SQL.A distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneA time series DBMS optimized for fast ingest and complex queries, based on PostgreSQL
Primary database modelSpatial DBMSTime Series DBMSRelational DBMSSearch engineTime Series DBMS
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Vector DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.78
Rank#213  Overall
#4  Spatial DBMS
Score0.51
Rank#255  Overall
#21  Time Series DBMS
Score93.21
Rank#13  Overall
#9  Relational DBMS
Score16.36
Rank#37  Overall
#4  Search engines
Score4.64
Rank#71  Overall
#4  Time Series DBMS
Websitewww.geomesa.orggithub.com/­spotify/­heroicmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
github.com/­opensearch-project
opensearch.org
www.timescale.com
Technical documentationwww.geomesa.org/­documentation/­stable/­user/­index.htmlspotify.github.io/­heroicmariadb.com/­kb/­en/­libraryopensearch.org/­docs/­latestdocs.timescale.com
DeveloperCCRi and othersSpotifyMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Amazon Web ServicesTimescale
Initial release201420142009 infoFork of MySQL, which was first released in 199520212017
Current release4.0.5, February 202411.3.2, February 20242.5.0, January 20232.15.0, May 2024
License infoCommercial or Open SourceOpen Source infoApache License 2.0Open Source infoApache 2.0Open Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoApache Version 2.0Open Source infoApache 2.0
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 MariaDB offers MariaDB in a fully managed version in enterprise grade, 100% GDPR-compliant.
  • 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.
  • 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.
Implementation languageScalaJavaC and C++JavaC
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
All OS with a Java VMLinux
OS X
Windows
Data schemeyesschema-freeyes infoDynamic columns are supportedschema-free infoFlexible type definitions. Once a type is defined, it is persistentyes
Typing infopredefined data types such as float or dateyesyesyesyesnumerics, strings, booleans, arrays, JSON blobs, geospatial dimensions, currencies, binary data, other complex data types
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.nonoyesyes
Secondary indexesyesyes infovia Elasticsearchyesyes infoAll search fields are automatically indexedyes
SQL infoSupport of SQLnonoyes infowith proprietary extensionsSQL-like query languageyes infofull PostgreSQL SQL syntax
APIs and other access methodsHQL (Heroic Query Language, a JSON-based language)
HTTP API
ADO.NET
JDBC
ODBC
Proprietary native API
Java API
RESTful HTTP/JSON API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languagesAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
.Net
C
C++
Delphi
Java infoJDBC
JavaScript
Perl
PHP
Python
R
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresnonoyes infoPL/SQL compatibility added with version 10.3yesuser defined functions, PL/pgSQL, PL/Tcl, PL/Perl, PL/Python, PL/Java, PL/PHP, PL/R, PL/Ruby, PL/Scheme, PL/Unix shell
Triggersnonoyesyes infoby using the 'percolation' featureyes
Partitioning methods infoMethods for storing different data on different nodesdepending on storage layerShardingseveral options for horizontal partitioning and ShardingShardingyes, across time and space (hash partitioning) attributes
Replication methods infoMethods for redundantly storing data on multiple nodesdepending on storage layeryesMulti-source replication
Source-replica replication
yesSource-replica replication with hot standby and reads on replicas info
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemdepending on storage layerEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate Consistency
Foreign keys infoReferential integritynonoyes infonot for MyISAM storage enginenoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACID infonot for MyISAM storage enginenoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infonot for in-memory storage engineyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.depending on storage layernoyes infowith MEMORY storage engineno
User concepts infoAccess controlyes infodepending on the DBMS used for storagefine grained access rights according to SQL-standardfine grained access rights according to SQL-standard
More information provided by the system vendor
GeoMesaHeroicMariaDBOpenSearchTimescaleDB
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
OpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Distributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
The OpenSearch platform is used across a broad range of search , analytics, and observability...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
The 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 partiesNavicat for MariaDB provides a native environment for MariaDB database management and development.
» more
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.
» more

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

More resources
GeoMesaHeroicMariaDBOpenSearchTimescaleDB
DB-Engines blog posts

Spatial database management systems
6 April 2021, Matthias Gelbmann

show all

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

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

show all

Recent citations in the news

Private equity offer for MariaDB gets thumbsup from shareholders
21 May 2024, The Register

RECOMMENDED CASH OFFER for MARIADB plc by MERIDIAN BIDCO LLC which is an Affiliate of K1 INVESTMENT ...
24 April 2024, PR Newswire

MariaDB Board Changes Post-Promissory Note Acquisition - TipRanks.com
30 April 2024, TipRanks

AMD EPYC 4004 Benchmarks: Outperforming Intel Xeon E-2400 With Performance, Efficiency & Value Review
21 May 2024, Phoronix

ServiceNow trades MariaDB for RaptorDB (PostgreSQL)
13 May 2024, Techzine Europe

provided by Google News

Amazon OpenSearch Service now lets you update cluster volume without blue/green
14 February 2024, AWS Blog

Hybrid Search with Amazon OpenSearch Service
19 March 2024, AWS Blog

Amazon OpenSearch H2 2023 in review
15 March 2024, AWS Blog

Amazon OpenSearch Ingestion is now available in 2 additional commercial regions
15 February 2024, AWS Blog

Track Amazon OpenSearch Service configuration changes more easily with new visibility improvements | Amazon Web ...
6 February 2024, AWS Blog

provided by Google News

TimescaleDB Is a Vector Database Now, Too
25 September 2023, Datanami

Timescale Acquires PopSQL to Bring a Modern, Collaborative SQL GUI to PostgreSQL Developers
4 April 2024, PR Newswire

Power IoT and time-series workloads with TimescaleDB for Azure Database for PostgreSQL
18 March 2019, azure.microsoft.com

Timescale Valuation Rockets to Over $1B with $110M Round, Marking the Explosive Rise of Time-Series Data
22 February 2022, businesswire.com

SQL and TimescaleDB. This article takes a closer look into… | by Alibaba Cloud
31 July 2019, DataDrivenInvestor

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

Neo4j logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here