DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > InfinityDB vs. InfluxDB vs. Lovefield vs. MongoDB vs. SQream DB

System Properties Comparison InfinityDB vs. InfluxDB vs. Lovefield vs. MongoDB vs. SQream DB

Editorial information provided by DB-Engines
NameInfinityDB  Xexclude from comparisonInfluxDB  Xexclude from comparisonLovefield  Xexclude from comparisonMongoDB  Xexclude from comparisonSQream DB  Xexclude from comparison
DescriptionA Java embedded Key-Value Store which extends the Java Map interfaceDBMS for storing time series, events and metricsEmbeddable relational database for web apps written in pure JavaScriptOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructurea GPU-based, columnar RDBMS for big data analytics workloads
Primary database modelKey-value storeTime Series DBMSRelational DBMSDocument storeRelational DBMS
Secondary database modelsSpatial DBMS infowith GEO packageSpatial 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
Score0.00
Rank#384  Overall
#59  Key-value stores
Score22.39
Rank#28  Overall
#1  Time Series DBMS
Score0.22
Rank#302  Overall
#137  Relational DBMS
Score405.21
Rank#5  Overall
#1  Document stores
Score0.67
Rank#225  Overall
#105  Relational DBMS
Websiteboilerbay.comwww.influxdata.com/­products/­influxdb-overviewgoogle.github.io/­lovefieldwww.mongodb.comsqream.com
Technical documentationboilerbay.com/­infinitydb/­manualdocs.influxdata.com/­influxdbgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mdwww.mongodb.com/­docs/­manualdocs.sqream.com
DeveloperBoiler Bay Inc.GoogleMongoDB, IncSQream Technologies
Initial release20022013201420092017
Current release4.02.7.6, April 20242.1.12, February 20177.0.5, January 20242022.1.6, December 2022
License infoCommercial or Open SourcecommercialOpen Source infoMIT-License; commercial enterprise version availableOpen 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.commercial
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 languageJavaGoJavaScriptC++C++, CUDA, Haskell, Java, Scala
Server operating systemsAll OS with a Java VMLinux
OS X infothrough Homebrew
server-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafariLinux
OS X
Solaris
Windows
Linux
Data schemeyes infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeschema-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.yes
Typing infopredefined data types such as float or dateyes infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysNumeric data and Stringsyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes, ANSI Standard SQL Types
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 indexesno infomanual creation possible, using inversions based on multi-value capabilitynoyesyesno
SQL infoSupport of SQLnoSQL-like query languageSQL-like query language infovia JavaScript builder patternRead-only SQL queries via the MongoDB Atlas SQL Interfaceyes
APIs and other access methodsAccess via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
HTTP API
JSON over UDP
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
.Net
JDBC
ODBC
Supported programming languagesJava.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
JavaScriptActionscript 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++
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresnononoJavaScriptuser defined functions in Python
TriggersnonoUsing read-only observersyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoin enterprise version onlynoneSharding 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 and vertical partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factor infoin enterprise version onlynoneMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency infoREAD-COMMITTED or SERIALIZEDEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integrityno infomanual creation possible, using inversions based on multi-value capabilitynoyesno infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoOptimistic locking for transactions; no isolation for bulk loadsnoACIDMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes, by using IndexedDB or the cloud service Firebase Realtime Databaseyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoDepending on used storage engineyes infousing MemoryDByes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlnosimple rights management via user accountsnoAccess rights for users and roles
More information provided by the system vendor
InfinityDBInfluxDBLovefieldMongoDBSQream DB
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» 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
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
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
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
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
MongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more
News

System Tables Part 1: Introduction and Best Practices
29 October 2024

MaaS: How to Store and Analyze Real-Time Stock Trading Data Using Next.js and InfluxDB
25 October 2024

MaaS: How to Monitor Node.js App Performance with PM2 & InfluxDB
23 October 2024

Metrics as a Service (MaaS) 101
21 October 2024

Part One: Setting Up InfluxDB 3.0 and Visualizing Data
15 October 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 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
InfinityDBInfluxDBLovefieldMongoDBSQream DB
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

Introducing Amazon Timestream for InfluxDB: A managed service for the popular open source time-series database
20 May 2024, AWS Blog

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

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

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

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
14 March 2024, Business Wire

provided by Google News

MongoDB, Inc. (MDB): Worst-Performing Growth Stock in 2024
31 October 2024, Insider Monkey

Doppler and MongoDB Partner to Elevate Security and Simplify Secrets Management in Cloud Environments
31 October 2024, EIN News

MONGODB ALERT: Bragar Eagel & Squire, P.C. is Investigating
30 October 2024, GlobeNewswire

MongoDB Sees Unusually Large Options Volume (NASDAQ:MDB)
31 October 2024, MarketBeat

The Future of AI's Data Infrastructure: Unlocking the Power of Gen AI with MongoDB and Capgemini
30 October 2024, TechCrunch

provided by Google News

I SQream, you SQream, we all SQream for … data analytics?
5 October 2023, Fierce Network

SQream Technologies raises $39.4 million for GPU-accelerated databases
24 June 2020, VentureBeat

Accelerated Databases In The Fast Lane
25 June 2020, The Next Platform

Chinese giant Alibaba leads investment round in Israel big-data startup
30 May 2018, The Times of Israel

SQream and Datatrend announce strategic partnership agreement
30 August 2018, Geospatial World

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.

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

SingleStore logo

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

Milvus logo

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

RaimaDB logo

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

Present your product here