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

DBMS > Altibase vs. Amazon SimpleDB vs. Apache Drill vs. MongoDB vs. TimesTen

System Properties Comparison Altibase vs. Amazon SimpleDB vs. Apache Drill vs. MongoDB vs. TimesTen

Editorial information provided by DB-Engines
NameAltibase  Xexclude from comparisonAmazon SimpleDB  Xexclude from comparisonApache Drill  Xexclude from comparisonMongoDB  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionAn enterprise grade, high-performance RDBMSHosted simple database service by Amazon, with the data stored in the Amazon Cloud. infoThere is an unrelated product called SimpleDB developed by Edward ScioreSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureIn-Memory RDBMS compatible to Oracle
Primary database modelRelational DBMSKey-value storeDocument store
Relational DBMS
Document storeRelational 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.00
Rank#194  Overall
#91  Relational DBMS
Score1.88
Rank#139  Overall
#24  Key-value stores
Score2.28
Rank#119  Overall
#23  Document stores
#56  Relational DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score1.35
Rank#165  Overall
#75  Relational DBMS
Websitealtibase.comaws.amazon.com/­simpledbdrill.apache.orgwww.mongodb.comwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationgithub.com/­ALTIBASE/­Documents/­tree/­master/­Manualsdocs.aws.amazon.com/­simpledbdrill.apache.org/­docswww.mongodb.com/­docs/­manualdocs.oracle.com/­database/­timesten-18.1
DeveloperAltibaseAmazonApache Software FoundationMongoDB, IncOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release19992007201220091998
Current releasev7.3, 2023, August 20231.20.3, January 20236.0.7, June 202311 Release 2 (11.2.2.8.0)
License infoCommercial or Open Sourcecommercial infoOpen source edition discontinued with March 2023commercialOpen Source infoApache Version 2Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.commercial
Cloud-based only infoOnly available as a cloud servicenoyesnono infoMongoDB available as DBaaS (MongoDB Atlas)no
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++C++
Server operating systemsAIX
HP-UX
Linux
hostedLinux
OS X
Windows
Linux
OS X
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyesschema-freeschema-freeschema-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.yes
Typing infopredefined data types such as float or dateyesnoyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes
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.nonono
Secondary indexesyesyes infoAll columns are indexed automaticallynoyesyes
SQL infoSupport of SQLANSI SQL-92noSQL SELECT statement is SQL:2003 compliantRead-only SQL queries via the MongoDB Atlas SQL Interfaceyes
APIs and other access methodsJDBC
ODBC
Proprietary protocol
RESTful HTTP APIJDBC
ODBC
RESTful HTTP API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesC
C++
Java
.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
C++Actionscript 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
C++
Java
PL/SQL
Server-side scripts infoStored proceduresstored procedures and stored functionsnouser defined functionsJavaScriptPL/SQL
Triggersyesnonoyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodesShardingnone infoSharding must be implemented in the applicationShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.none
Replication methods infoMethods for redundantly storing data on multiple nodesyesyesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infocan be specified for read operations
noneEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyesnonono infotypically not used, however similar functionality with DBRef possibleyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoConcurrent data updates can be detected by the applicationnoMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesDepending on the underlying data sourceyes infooptional, enabled by defaultyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesDepending on the underlying data sourceyes infoIn-memory storage engine introduced with MongoDB version 3.2yes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)Depending on the underlying data sourceAccess rights for users and rolesfine grained access rights according to SQL-standard
More information provided by the system vendor
AltibaseAmazon SimpleDBApache DrillMongoDBTimesTen
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

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

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

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

More resources
AltibaseAmazon SimpleDBApache DrillMongoDBTimesTen
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

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

Recent citations in the news

Altibase is Adopted for Presence Service to Provide User Information and Online Presence
8 April 2019, PR Newswire

Open-source DBMS becoming battleground of public cloud
17 May 2022, Etnews

South Korean company to provide database solution to Mobicom
10 April 2020, UB Post

In-Memory Database Market Rapid Growth at Deep Value Price :Altibase Corporation, Amazon Web Services, Datastax ...
13 April 2024, Post Production Buyers Guide

In-memory OLAP Database Market Is Booming (CAGR of 24.95%) Worldwide | Terracotta, Altibase, Kognitio, Mcobject ...
26 October 2018, openPR

provided by Google News

Amazon SimpleDB Management in Eclipse | AWS News Blog
22 July 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 Goes Back to the Future With 'NoSQL' Database
19 January 2012, WIRED

Bungee Connect Opens up and Adds Amazon SimpleDB Access | Amazon Web Services
22 February 2008, AWS Blog

provided by Google News

Using Apache Iceberg for Developing Modern Data Tables
3 October 2023, Open Source For You

Analyse Kafka messages with SQL queries using Apache Drill
23 September 2019, Towards Data Science

Apache Drill case study: A tutorial on processing CSV files
9 June 2016, TheServerSide.com

Apache Drill improves big data SQL query engine
31 August 2021, TechTarget

Apache Drill Eliminates ETL, Data Transformation for MapR Database
11 April 2016, The New Stack

provided by Google News

Decoding 26 Analyst Evaluations For MongoDB - MongoDB (NASDAQ:MDB)
18 April 2024, Benzinga

Nisa Investment Advisors LLC Has $429000 Stock Holdings in MongoDB, Inc. (NASDAQ:MDB)
18 April 2024, Defense World

MongoDB (NASDAQ:MDB) Price Target Cut to $440.00 by Analysts at KeyCorp
18 April 2024, MarketBeat

MongoDB (NASDAQ:MDB) shareholders have earned a 23% CAGR over the last five years
14 April 2024, Yahoo Finance

MongoDB Sees Unusually Large Options Volume (NASDAQ:MDB)
18 April 2024, Defense World

provided by Google News

In-memory databases with Emulex Gen 7
25 October 2023, Broadcom Inc.

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.

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

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.

Milvus logo

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

Present your product here