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 SimpleDB vs. MariaDB vs. SAP SQL Anywhere vs. SingleStore vs. Splunk

System Properties Comparison Amazon SimpleDB vs. MariaDB vs. SAP SQL Anywhere vs. SingleStore vs. Splunk

Editorial information provided by DB-Engines
NameAmazon SimpleDB  Xexclude from comparisonMariaDB  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSplunk  Xexclude from comparison
DescriptionHosted simple database service by Amazon, with the data stored in the Amazon Cloud. infoThere is an unrelated product called SimpleDB developed by Edward ScioreMySQL 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.RDBMS database and synchronization technologies for server, desktop, remote office, and mobile environmentsMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typeAnalytics Platform for Big Data
Primary database modelKey-value storeRelational DBMSRelational DBMSRelational DBMSSearch engine
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.88
Rank#139  Overall
#24  Key-value stores
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score4.57
Rank#78  Overall
#43  Relational DBMS
Score5.91
Rank#61  Overall
#34  Relational DBMS
Score88.71
Rank#14  Overall
#2  Search engines
Websiteaws.amazon.com/­simpledbmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.sap.com/­products/­technology-platform/­sql-anywhere.htmlwww.singlestore.comwww.splunk.com
Technical documentationdocs.aws.amazon.com/­simpledbmariadb.com/­kb/­en/­libraryhelp.sap.com/­docs/­SAP_SQL_Anywheredocs.singlestore.comdocs.splunk.com/­Documentation/­Splunk
DeveloperAmazonMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
SAP infoformerly SybaseSingleStore Inc.Splunk Inc.
Initial release20072009 infoFork of MySQL, which was first released in 1995199220132003
Current release11.3.2, February 202417, July 20158.5, January 2024
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2, commercial enterprise subscription availablecommercialcommercial infofree developer edition availablecommercial infoLimited free edition and free developer edition available
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
Implementation languageC and C++C++, Go
Server operating systemshostedFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
Linux info64 bit version requiredLinux
OS X
Solaris
Windows
Data schemeschema-freeyes infoDynamic columns are supportedyesyesyes
Typing infopredefined data types such as float or datenoyesyesyesyes
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.yesyesnoyes
Secondary indexesyes infoAll columns are indexed automaticallyyesyesyesyes
SQL infoSupport of SQLnoyes infowith proprietary extensionsyesyes infobut no triggers and foreign keysno infoSplunk Search Processing Language for search commands
APIs and other access methodsRESTful HTTP APIADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
HTTP API
JDBC
ODBC
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
HTTP REST
Supported programming languages.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Bash
C
C#
Java
JavaScript (Node.js)
Python
C#
Java
JavaScript
PHP
Python
Ruby
Server-side scripts infoStored proceduresnoyes infoPL/SQL compatibility added with version 10.3yes, in C/C++, Java, .Net or Perlyesyes
Triggersnoyesyesnoyes
Partitioning methods infoMethods for storing different data on different nodesnone infoSharding must be implemented in the applicationseveral options for horizontal partitioning and ShardingnoneSharding infohash partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication
Source-replica replication
Source-replica replication infoDatabase mirroringSource-replica replication infostores two copies of each physical data partition on two separate nodesMulti-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono infocan define user-defined aggregate functions for map-reduce-style calculationsyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Immediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynoyes infonot for MyISAM storage engineyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoConcurrent data updates can be detected by the applicationACID infonot for MyISAM storage engineACIDACIDno infoA 'Transaction' in Splunk has a different meaning: grouping related events into a single one for later searching
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyes infonot for in-memory storage engineyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage engineyesyesno
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)fine grained access rights according to SQL-standardfine grained access rights according to SQL-standardFine grained access control via users, groups and rolesAccess rights for users and roles
More information provided by the system vendor
Amazon SimpleDBMariaDBSAP SQL Anywhere infoformerly called Adaptive Server AnywhereSingleStore infoformer name was MemSQLSplunk
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
SingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
SingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Driving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
IEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Customers in various industries worldwide including US and International Industry...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
F ree Tier and Enterprise Edition
» 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

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

More resources
Amazon SimpleDBMariaDBSAP SQL Anywhere infoformerly called Adaptive Server AnywhereSingleStore infoformer name was MemSQLSplunk
DB-Engines blog posts

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3 August 2015, 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

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

show all

Recent citations in the news

New SimpleDB Goodies: Enhanced Select, Larger Result Sets, Mandatory HTTPS | Amazon Web Services
20 May 2009, AWS Blog

Hands-on Tutorial for Getting Started with Amazon SimpleDB
28 May 2010, Packt Hub

Amazon DynamoDB Serves Trillions Of Requests Per Month While Counterpart SimpleDB Is No Longer A Listed Product On AWS
12 November 2013, TechCrunch

Amazon SimpleDB Management in Eclipse | AWS News Blog
22 July 2009, AWS Blog

Amazon Goes Back to the Future With 'NoSQL' Database
19 January 2012, WIRED

provided by Google News

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

Struggling database company MariaDB could be taken private in $37M deal
19 February 2024, TechCrunch

Azure Database for MariaDB will be retired on 19 September 2025 – Migrate to Azure Database for MySQL Flexible ...
22 September 2023, azure.microsoft.com

Can MariaDB’s enterprise business be saved?
21 February 2024, InfoWorld

Progress Software Corp. Statement regarding a Possible Offer for MariaDB plc
19 April 2024, GlobeNewswire

provided by Google News

Newsbyte: Latest Release of SAP® SQL Anywhere® Suite Brings Mission-Critical Services to the Internet of Things and ...
15 July 2015, PR Newswire

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

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
16 December 2021, SAP News

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

provided by Google News

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

SingleStore Announces Exclusive Partnership with Agile Platform
15 April 2024, Business Wire

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29 January 2024, Blocks & Files

Leveraging SingleStoreDB Cloud Private Connectivity Using AWS PrivateLink | Amazon Web Services
6 December 2023, AWS Blog

Announcing watsonx.ai and SingleStore for generative AI applications
15 November 2023, IBM

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.

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Present your product here