DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > DolphinDB vs. Greenplum vs. KairosDB vs. MongoDB vs. OpenTSDB

System Properties Comparison DolphinDB vs. Greenplum vs. KairosDB vs. MongoDB vs. OpenTSDB

Editorial information provided by DB-Engines
NameDolphinDB  Xexclude from comparisonGreenplum  Xexclude from comparisonKairosDB  Xexclude from comparisonMongoDB  Xexclude from comparisonOpenTSDB  Xexclude from comparison
DescriptionDolphinDB is a high performance Time Series DBMS. It is integrated with an easy-to-use fully featured programming language and a high-volume high-velocity streaming analytics system. It offers operational simplicity, scalability, fault tolerance, and concurrency.Analytic Database platform built on PostgreSQL. Full name is Pivotal Greenplum Database infoA logical database in Greenplum is an array of individual PostgreSQL databases working together to present a single database image.Distributed Time Series DBMS based on Cassandra or H2One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureScalable Time Series DBMS based on HBase
Primary database modelTime Series DBMS
Vector DBMS
Relational DBMSTime Series DBMSDocument storeTime Series DBMS
Secondary database modelsRelational DBMSDocument store
Spatial DBMS
Spatial 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
Score2.60
Rank#102  Overall
#8  Time Series DBMS
#6  Vector DBMS
Score6.85
Rank#51  Overall
#30  Relational DBMS
Score0.57
Rank#238  Overall
#20  Time Series DBMS
Score400.93
Rank#5  Overall
#1  Document stores
Score1.51
Rank#141  Overall
#12  Time Series DBMS
Websitewww.dolphindb.comgreenplum.orggithub.com/­kairosdb/­kairosdbwww.mongodb.comopentsdb.net
Technical documentationdocs.dolphindb.cn/­en/­help200/­index.htmldocs.greenplum.orgkairosdb.github.iowww.mongodb.com/­docs/­manualopentsdb.net/­docs/­build/­html/­index.html
DeveloperDolphinDB, IncPivotal Software Inc.MongoDB, Inccurrently maintained by Yahoo and other contributors
Initial release20182005201320092011
Current releasev2.00.4, January 20227.0.0, September 20231.2.2, November 20187.0.5, January 2024
License infoCommercial or Open Sourcecommercial infofree community version availableOpen Source infoApache 2.0Open Source infoApache 2.0Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Source infoLGPL
Cloud-based only infoOnly available as a cloud servicenononono 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.
  • MongoDB Flex @ STACKIT offers managed MongoDB Instances with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageC++JavaC++Java
Server operating systemsLinux
Windows
LinuxLinux
OS X
Windows
Linux
OS X
Solaris
Windows
Linux
Windows
Data schemeyesyesschema-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.schema-free
Typing infopredefined data types such as float or dateyesyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialnumeric data for metrics, strings for tags
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.noyes infosince Version 4.2nono
Secondary indexesyesyesnoyesno
SQL infoSupport of SQLSQL-like query languageyesnoRead-only SQL queries via the MongoDB Atlas SQL Interfaceno
APIs and other access methodsJDBC
JSON over HTTP
Kafka
MQTT (Message Queue Telemetry Transport)
ODBC
OPC DA
OPC UA
RabbitMQ
WebSocket
JDBC
ODBC
Graphite protocol
HTTP REST
Telnet API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
HTTP API
Telnet API
Supported programming languagesC#
C++
Go
Java
JavaScript
MatLab
Python
R
Rust
C
Java
Perl
Python
R
Java
JavaScript infoNode.js
PHP
Python
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
Erlang
Go
Java
Python
R
Ruby
Server-side scripts infoStored proceduresyesyesnoJavaScriptno
Triggersnoyesnoyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningShardingSharding infobased on CassandraSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding infobased on HBase
Replication methods infoMethods for redundantly storing data on multiple nodesyesSource-replica replicationselectable replication factor infobased on CassandraMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
selectable replication factor infobased on HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency infobased on HBase
Foreign keys infoReferential integritynoyesnono infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesACIDnoMulti-document ACID Transactions with snapshot isolationno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnonoyes infoIn-memory storage engine introduced with MongoDB version 3.2no
User concepts infoAccess controlAdministrators, Users, Groupsfine grained access rights according to SQL-standardsimple password-based access controlAccess rights for users and rolesno
More information provided by the system vendor
DolphinDBGreenplumKairosDBMongoDBOpenTSDB
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 partiesCData: 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
DolphinDBGreenplumKairosDBMongoDBOpenTSDB
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

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

show all

Recent citations in the news

VMware Greenplum on AWS: Parallel Postgres for Enterprise Analytics at Scale
9 September 2019, AWS Blog

EMC and Greenplum Dress Elephant for IT Parade
8 December 2011, WIRED

SAS To Offer High-Performance Analytics On EMC Greenplum Database Appliance
2 February 2017, Firstpost

We Did Not Intend to Take an Aggressive Stance: Greenplum’s Take on Hadoop War
27 February 2013, SiliconANGLE News

Has the time finally come for PostgreSQL?
20 April 2018, ZDNet

provided by Google News

Real-Time Performance and Health Monitoring Using Netdata
2 September 2019, CNX Software

Fig. 3. Monitoring dashboard has a global overview of the energy...
8 September 2018, ResearchGate

provided by Google News

The future of AI's data infrastructure: Unlocking the power of GenAI with MongoDB and Capgemini
9 November 2024, TechCrunch

MongoDB (MDB) Stock Declines While Market Improves: Some Information for Investors
8 November 2024, Yahoo Finance

MongoDB: Playing The Long Game In A Fiercely Competitive Market
8 November 2024, Seeking Alpha

This Stock Is Crushing Salesforce, MongoDB And Snowflake In AI Revenue
17 October 2024, Forbes

MongoDB says it’s winning with targeted commercial AI projects
4 October 2024, Blocks & Files

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

RaimaDB logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Neo4j logo

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

Milvus logo

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

Present your product here