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 > MongoDB vs. Riak TS vs. SAP Adaptive Server vs. Spark SQL vs. Transbase

System Properties Comparison MongoDB vs. Riak TS vs. SAP Adaptive Server vs. Spark SQL vs. Transbase

Editorial information provided by DB-Engines
NameMongoDB  Xexclude from comparisonRiak TS  Xexclude from comparisonSAP Adaptive Server infoformer name: Sybase ASE  Xexclude from comparisonSpark SQL  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KVThe SAP (Sybase) Adaptive Server Enterprise (ASE) is an enterprise-class RDBMSSpark SQL is a component on top of 'Spark Core' for structured data processingA resource-optimized, high-performance, universally applicable RDBMS
Primary database modelDocument storeTime Series DBMSRelational DBMSRelational DBMSRelational DBMS
Secondary database modelsSpatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
Spatial DBMS infowith Boeing's Spatial Query Server
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score421.65
Rank#5  Overall
#1  Document stores
Score0.20
Rank#319  Overall
#27  Time Series DBMS
Score36.31
Rank#25  Overall
#17  Relational DBMS
Score18.96
Rank#33  Overall
#20  Relational DBMS
Score0.11
Rank#341  Overall
#150  Relational DBMS
Websitewww.mongodb.comwww.sap.com/­products/­technology-platform/­sybase-ase.htmlspark.apache.org/­sqlwww.transaction.de/­en/­products/­transbase.html
Technical documentationwww.mongodb.com/­docs/­manualwww.tiot.jp/­riak-docs/­riak/­ts/­latesthelp.sap.com/­docs/­SAP_ASEspark.apache.org/­docs/­latest/­sql-programming-guide.htmlwww.transaction.de/­en/­products/­transbase/­features.html
DeveloperMongoDB, IncOpen Source, formerly Basho TechnologiesSAP, SybaseApache Software FoundationTransaction Software GmbH
Initial release20092015198720141987
Current release6.0.7, June 20233.0.0, September 202216.03.5.0 ( 2.13), September 2023Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open SourcecommercialOpen Source infoApache 2.0commercial infofree development license
Cloud-based only infoOnly available as a cloud serviceno infoMongoDB available as DBaaS (MongoDB Atlas)nononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
Implementation languageC++ErlangC and C++ScalaC and C++
Server operating systemsLinux
OS X
Solaris
Windows
Linux
OS X
AIX
HP-UX
Linux
Solaris
Unix
Windows
Linux
OS X
Windows
FreeBSD
Linux
macOS
Solaris
Windows
Data schemeschema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.schema-freeyesyesyes
Typing infopredefined data types such as float or dateyes infostring, integer, double, decimal, boolean, date, object_id, geospatialnoyesyesyes
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.nononono
Secondary indexesyesrestrictedyesnoyes
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Atlas SQL Interfaceyes, limitedyesSQL-like DML and DDL statementsyes
APIs and other access methodsGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
HTTP API
Native Erlang Interface
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
JDBC
ODBC
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesActionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Kotlin
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
C
C++
Cobol
Java
Java
Perl
PHP
Python
Java
Python
R
Scala
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresJavaScriptErlangJava and Transact-SQLnoyes
Triggersyes infoin MongoDB Atlas onlyyes infopre-commit hooks and post-commit hooksyesnoyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Shardinghorizontal partitioningyes, utilizing Spark Core
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
selectable replication factorMulti-source replication
Source-replica replication
noneSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possibleno infolinks between datasets can be storedyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataMulti-document ACID Transactions with snapshot isolationnoACIDnoyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infooptional, enabled by defaultyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoIn-memory storage engine introduced with MongoDB version 3.2nono
User concepts infoAccess controlAccess rights for users and rolesnofine grained access rights according to SQL-standardnofine grained access rights according to SQL-standard
More information provided by the system vendor
MongoDBRiak TSSAP Adaptive Server infoformer name: Sybase ASESpark SQLTransbase
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» 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 MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Studio 3T: The world's favorite IDE for working with MongoDB
» more

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

More resources
MongoDBRiak TSSAP Adaptive Server infoformer name: Sybase ASESpark SQLTransbase
DB-Engines blog posts

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

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

show all

Conferences, events and webinars

Intro to MongoDB
Webinar, 11am ET, 1 May 2024 (finished)

Recent citations in the news

MongoDB unveils an AI app building program for the enterprise
1 May 2024, VentureBeat

MongoDB CEO Dev Ittycheria talks AI hype and the database evolution as he crosses 10-year mark
28 April 2024, TechCrunch

MongoDB Launches Program to Help Enterprises Implement GenAI
1 May 2024, PYMNTS.com

MongoDB aims to jumpstart AI app development with MAAP
1 May 2024, InfoWorld

MongoDB Launches 'One-Stop-Shop' Program For Building Advanced GenAI Applications
1 May 2024, CRN

provided by Google News

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6 October 2015, The Register

Enterprise NoSQL Database for the IoT Becomes Open Source
11 May 2016, ENGINEERING.com

Best open source databases for IoT applications
26 May 2017, Open Source For You

provided by Google News

New Services in SAP HANA Cloud Lower TCO for Customers in Data-Intensive, Highly Regulated Industries
7 April 2021, SAP News

Install latest SAP Adaptive Server Enterprise patches, experts urge
3 June 2020, CSO Online

Arcion Introduces SAP Sybase ASE Connector for Ultimate Migration Flexibility
5 January 2023, businesswire.com

Patch SAP Adaptive Server Enterprise now to avoid takeover risk
3 June 2020, BleepingComputer

Newly Patched SAP ASE Flaws Could Let Attackers Hack Database Servers
3 June 2020, The Hacker News

provided by Google News

Use Amazon Athena with Spark SQL for your open-source transactional table formats | Amazon Web Services
24 January 2024, AWS Blog

What is Apache Spark? The big data platform that crushed Hadoop
3 April 2024, InfoWorld

Cracking the Apache Spark Interview: 80+ Top Questions and Answers for 2024
1 April 2024, Simplilearn

1.5 Years of Spark Knowledge in 8 Tips | by Michael Berk
23 December 2023, Towards Data Science

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18 October 2023, AWS Blog

provided by Google News



Share this page

Featured Products

SingleStore logo

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

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.

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