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 > Ingres vs. Machbase Neo vs. MongoDB vs. RisingWave vs. TerarkDB

System Properties Comparison Ingres vs. Machbase Neo vs. MongoDB vs. RisingWave vs. TerarkDB

Editorial information provided by DB-Engines
NameIngres  Xexclude from comparisonMachbase Neo infoFormer name was Infiniflux  Xexclude from comparisonMongoDB  Xexclude from comparisonRisingWave  Xexclude from comparisonTerarkDB  Xexclude from comparison
DescriptionWell established RDBMSTimeSeries DBMS for AIoT and BigDataOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA distributed RDBMS for stream processing, wire-compatible with PostgreSQLA key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDB
Primary database modelRelational DBMSTime Series DBMSDocument storeRelational DBMSKey-value store
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
Score4.11
Rank#81  Overall
#44  Relational DBMS
Score0.12
Rank#339  Overall
#30  Time Series DBMS
Score421.65
Rank#5  Overall
#1  Document stores
Score0.58
Rank#242  Overall
#111  Relational DBMS
Score0.00
Rank#383  Overall
#60  Key-value stores
Websitewww.actian.com/­databases/­ingresmachbase.comwww.mongodb.comwww.risingwave.com/­databasegithub.com/­bytedance/­terarkdb
Technical documentationdocs.actian.com/­ingresmachbase.com/­dbmswww.mongodb.com/­docs/­manualdocs.risingwave.com/­docs/­current/­introbytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKc
DeveloperActian CorporationMachbaseMongoDB, IncRisingWave LabsByteDance, originally Terark
Initial release1974 infooriginally developed at University Berkely in early 1970s2013200920222016
Current release11.2, May 2022V8.0, August 20236.0.7, June 20231.2, September 2023
License infoCommercial or Open Sourcecommercialcommercial infofree test version availableOpen 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 inforestricted open source version available
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 languageCCC++RustC++
Server operating systemsAIX
HP Open VMS
HP-UX
Linux
Solaris
Windows
Linux
macOS
Windows
Linux
OS X
Solaris
Windows
Docker
Linux
macOS
Data schemeyesyesschema-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 dateyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialStandard SQL-types and JSONno
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.no infobut tools for importing/exporting data from/to XML-files availablenonono
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLyesSQL-like query languageRead-only SQL queries via the MongoDB Atlas SQL Interfaceyesno
APIs and other access methods.NET Client API
JDBC
ODBC
proprietary protocol (OpenAPI)
gRPC
HTTP REST
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
PostgreSQL wire protocol
C++ API
Java API
Supported programming languagesC
C#
C++
Go
Java
JavaScript
PHP infovia ODBC
Python
R infovia ODBC
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
Go
Java
JavaScript (Node.js)
Python
C++
Java
Server-side scripts infoStored proceduresyesnoJavaScriptUDFs in Python or Javano
Triggersyesnoyes infoin MongoDB Atlas onlynono
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning infoIngres Star to access multiple databases simultaneouslyShardingSharding 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 nodesIngres Replicatorselectable replication factorMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integrityyesnono infotypically not used, however similar functionality with DBRef possiblenono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoMulti-document ACID Transactions with snapshot isolationnono
Concurrency infoSupport for concurrent manipulation of datayes infoMVCCyesyesyes
Durability infoSupport for making data persistentyesnoyes infooptional, enabled by defaultyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infovolatile and lookup tableyes infoIn-memory storage engine introduced with MongoDB version 3.2yesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardsimple password-based access controlAccess rights for users and rolesUsers and Rolesno
More information provided by the system vendor
IngresMachbase Neo infoFormer name was InfinifluxMongoDBRisingWaveTerarkDB
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

Navicat 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

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

More resources
IngresMachbase Neo infoFormer name was InfinifluxMongoDBRisingWaveTerarkDB
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

Recent citations in the news

Postgres pioneer Michael Stonebraker promises to upend the database once more
26 December 2023, The Register

New startup from Postgres creator puts the database at heart of software stack
12 March 2024, TechCrunch

Actian Launches Ingres as a Fully-Managed Cloud Service
24 September 2021, Integration Developers

PostgreSQL now top developer choice ahead of MySQL, according to massive new survey • DEVCLASS
13 June 2023, DevClass

Dr. Michael Stonebraker: A Short History of Database Systems
1 February 2019, The New Stack

provided by Google News

MongoDB Stock Sinks As Market Gains: Here's Why
21 May 2024, Markets Insider

Principal Securities Inc. Takes Position in MongoDB, Inc. (NASDAQ:MDB)
21 May 2024, Defense World

Build RAG applications with MongoDB Atlas, now available in Knowledge Bases for Amazon Bedrock | Amazon Web ...
2 May 2024, AWS Blog

Wall Street Analysts Just Trimmed Price Target for MongoDB, Inc. (NASDAQ:MDB)
21 May 2024, Insider Monkey

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

provided by Google News

Picking the Right Database Tech for Cybersecurity Defense
22 May 2024, Dark Reading

Streaming Databases: Embracing the Convergence of Stream Processing and Databases
17 May 2024, InfoQ.com

RisingWave Cloud Democratizes Event Stream Processing, Making It Affordable at Cloud Scale
27 June 2023, Datanami

Ibis 8 Adds Streaming
5 March 2024, iProgrammer

Building a Formula 1 Streaming Data Pipeline With Kafka and Risingwave
5 September 2023, KDnuggets

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.

Neo4j logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Milvus logo

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

Present your product here