DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > InfluxDB vs. Kdb vs. MongoDB vs. StarRocks vs. UniData,UniVerse

System Properties Comparison InfluxDB vs. Kdb vs. MongoDB vs. StarRocks vs. UniData,UniVerse

Editorial information provided by DB-Engines
NameInfluxDB  Xexclude from comparisonKdb  Xexclude from comparisonMongoDB  Xexclude from comparisonStarRocks  Xexclude from comparisonUniData,UniVerse  Xexclude from comparison
DescriptionDBMS for storing time series, events and metricsHigh performance Time Series DBMSOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureAn open source, high-performance columnar analytical database that enables real-time, multi-dimensional, and highly concurrent data analytics infoForked from Apache DorisMultiValue database and application server with SQL mapping layer and meta database capabilities
Primary database modelTime Series DBMSTime Series DBMS
Vector DBMS
Document storeRelational DBMSMultivalue DBMS
Secondary database modelsSpatial DBMS infowith GEO packageRelational DBMSSpatial 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
Score22.12
Rank#28  Overall
#1  Time Series DBMS
Score7.73
Rank#45  Overall
#2  Time Series DBMS
#1  Vector DBMS
Score410.24
Rank#5  Overall
#1  Document stores
Score0.95
Rank#193  Overall
#89  Relational DBMS
Score2.25
Rank#112  Overall
#2  Multivalue DBMS
Websitewww.influxdata.com/­products/­influxdb-overviewkx.comwww.mongodb.comwww.starrocks.iowww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidata
Technical documentationdocs.influxdata.com/­influxdbcode.kx.comwww.mongodb.com/­docs/­manualdocs.starrocks.io/­en-us/­latest/­introduction/­StarRocks_introdocs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidata
DeveloperKx Systems, a division of First Derivatives plcMongoDB, IncThe Linux Foundation infosince Feb 2023Rocket Software
Initial release20132000 infokdb was released 2000, kdb+ in 2003200920201985
Current release2.7.6, April 20243.6, May 20187.0.5, January 20243.3, June 2024
License infoCommercial or Open SourceOpen Source infoMIT-License; commercial enterprise version availablecommercial infofree 32-bit versionOpen 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 infoApache Version 2.0commercial
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)nono
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 languageGoqC++C++, JavaC
Server operating systemsLinux
OS X infothrough Homebrew
Linux
OS X
Solaris
Windows
Linux
OS X
Solaris
Windows
LinuxAIX
HP-UX
Linux
Solaris
Windows
Data schemeschema-freeyesschema-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.yesschema-free
Typing infopredefined data types such as float or dateNumeric data and Stringsyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesoptional
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.noyesno
Secondary indexesnoyes infotable attribute 'grouped'yesyesyes
SQL infoSupport of SQLSQL-like query languageSQL-like query language (q)Read-only SQL queries via the MongoDB Atlas SQL Interfaceyesyes
APIs and other access methodsHTTP API
JSON over UDP
HTTP API
JDBC
Jupyter
Kafka
ODBC
WebSocket
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
MySQL protocol
Java API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
Supported programming languages.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
C
C#
C++
Go
J
Java
JavaScript
Lua
MatLab
Perl
PHP
Python
R
Scala
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
Java.Net
Basic infoU2 Basic
C
Java
Server-side scripts infoStored proceduresnouser defined functionsJavaScriptuser defined functionsyes
Triggersnoyes infowith viewsyes infoin MongoDB Atlas onlynoyes infoU2 Basic
Partitioning methods infoMethods for storing different data on different nodesSharding infoin enterprise version onlyhorizontal partitioningSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.horizontal partitioning (by range and hash)none
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoin enterprise version onlySource-replica replicationMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infosimilar paradigm used for internal processingyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integritynoyesno infotypically not used, however similar functionality with DBRef possiblenono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoMulti-document ACID Transactions with snapshot isolationnoACID infoconfigurable
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by defaultyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoDepending on used storage engineyesyes infoIn-memory storage engine introduced with MongoDB version 3.2no
User concepts infoAccess controlsimple rights management via user accountsrights management via user accountsAccess rights for users and rolesRole based access control and fine grained access rightsAccess rights according to SQL-standard and operating system based
More information provided by the system vendor
InfluxDBKdbMongoDBStarRocksUniData,UniVerse
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» more
Integrated columnar database & programming system for streaming, real time and historical...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» more
provides seamless scalability; runs on industry standard server platforms; is top-ranked...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
tick database streaming sensor data massive intelligence applications oil and gas...
» more
AI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Goldman Sachs Morgan Stanley Merrill Lynch J.P. Morgan Deutsche Bank IEX Securities...
» more
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsFastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
kdb+ performance and reliability proven by our customers in critical infrastructure...
» more
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» more
upon request
» more
MongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more
News

Deploying InfluxDB and Telegraf to Monitor Kubernetes
17 September 2024

Telegraf 1.32 Release Notes
13 September 2024

An Introductory Guide to Cloud Security for IIoT
12 September 2024

Building Real-Time Android Apps with InfluxDB Cloud: Data Logging, Querying, and Visualization
10 September 2024

How to Use InfluxDB for Real-Time SpringBoot Application Monitoring
5 September 2024

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
InfluxDBKdbMongoDBStarRocksUniData,UniVerse
DB-Engines blog posts

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

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

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

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

Recent citations in the news

InfluxData's Latest Updates Optimize Time Series Data for Better Performance, Scale and Management
19 September 2024, Integration Developers

Run and manage open source InfluxDB databases with Amazon Timestream
14 March 2024, AWS Blog

InfluxData avoids ’AI magic beans’ in InfluxDB time series database update for enterprises
4 September 2024, VentureBeat

InfluxData Enhances InfluxDB 3.0 with Performance Upgrades and Self-Managed Option
5 September 2024, Datanami

InfluxData makes performance, storage improvements to InfluxDB 3.0
4 September 2024, InfoWorld

provided by Google News

Turbocharging the Engine: KX Unleashes AI-First Transformation with kdb+
28 February 2024, Business Wire

Introducing Amazon FinSpace with Managed kdb Insights, a fully managed analytics engine, commonly used by capital markets customers for analysis of real-time and historical time series data
18 May 2023, AWS Blog

McLaren Applied and KX partner to enhance ATLAS software analytics capabilities
9 August 2023, Professional Motorsport World

Stifel Turns to KX to Strengthen Market Intelligence and Trade Execution Impact
13 December 2022, PR Newswire

KX Brings the Power and Performance of kdb+ to Python Developers with PyKX
7 June 2023, Datanami

provided by Google News

MongoDB’s Rick Houlihan talks prioritizing user experience in digital services
19 September 2024, FedScoop

MongoDB director sells over $400k in company stock
19 September 2024, Investing.com

MongoDB's CPO On AI And Developer Focused Data Technologies: Tech Disruptors
19 September 2024, Bloomberg

MongoDB, Inc. Announces Second Quarter Fiscal 2025 Financial Results
29 August 2024, PR Newswire

Better Database Stock: Oracle vs. MongoDB
15 September 2024, The Motley Fool

provided by Google News

StarRocks analytical DB heads to Linux Foundation
14 February 2023, VentureBeat

StarRocks launches managed DBaaS for real-time analytics
14 July 2022, InfoWorld

StarRocks Announces Incorporation of CelerData
1 September 2022, Datanami

CelerData: How This Company Reduces Data Migration And Direct Analysis Costs In Data Lakes
21 December 2023, Pulse 2.0

StarRocks Launches the Industry's Fastest, Cloud Native, Real-time Analytics Engine
14 July 2022, GlobeNewswire

provided by Google News

Unidata inks 3-year Lazio sponsorship deal
13 September 2024, Telecompaper EN

Unidata uses Jetstream to make geoscience data available to science community
29 January 2020, IU Newsroom

Bahrain Business: UniData implements major ‘smart classroom’ project
8 April 2024, Gulf Digital News

Sparkle and Unitirreno Partner to Land New Subsea Cable in Genoa
30 July 2024, TelecomTalk

UniData implements a milestone Smart Class Room project at The Asian School
8 April 2024, News of Bahrain- DT News

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