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. Kinetica vs. Memgraph vs. MongoDB vs. OpenQM

System Properties Comparison Ingres vs. Kinetica vs. Memgraph vs. MongoDB vs. OpenQM

Editorial information provided by DB-Engines
NameIngres  Xexclude from comparisonKinetica  Xexclude from comparisonMemgraph  Xexclude from comparisonMongoDB  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparison
DescriptionWell established RDBMSFully vectorized database across both GPUs and CPUsAn open source graph database built for real-time streaming and compatible with Neo4jOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureQpenQM is a high-performance, self-tuning, multi-value DBMS
Primary database modelRelational DBMSRelational DBMSGraph DBMSDocument storeMultivalue DBMS
Secondary database modelsSpatial DBMS
Time Series 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
Score3.80
Rank#82  Overall
#44  Relational DBMS
Score0.66
Rank#234  Overall
#107  Relational DBMS
Score3.19
Rank#94  Overall
#8  Graph DBMS
Score421.08
Rank#5  Overall
#1  Document stores
Score0.34
Rank#284  Overall
#10  Multivalue DBMS
Websitewww.actian.com/­databases/­ingreswww.kinetica.commemgraph.comwww.mongodb.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qm
Technical documentationdocs.actian.com/­ingresdocs.kinetica.commemgraph.com/­docswww.mongodb.com/­docs/­manual
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperActian CorporationKineticaMemgraph LtdMongoDB, IncRocket Software, originally Martin Phillips
Initial release1974 infooriginally developed at University Berkely in early 1970s2012201720091993
Current release11.2, May 20227.1, August 20216.0.7, June 20233.4-12
License infoCommercial or Open SourcecommercialcommercialOpen Source infoBSL 1.1; commercial license for enterprise edition 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 infoGPLv2, extended commercial license available
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 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.
  • 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 languageCC, C++C and C++C++
Server operating systemsAIX
HP Open VMS
HP-UX
Linux
Solaris
Windows
LinuxLinuxLinux
OS X
Solaris
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Data schemeyesyesschema-free and schema-optionalschema-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 infowith some exceptions
Typing infopredefined data types such as float or dateyesyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatial
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 availablenonoyes
Secondary indexesyesyesyesyes
SQL infoSupport of SQLyesSQL-like DML and DDL statementsnoRead-only SQL queries via the MongoDB Atlas SQL Interfaceno
APIs and other access methods.NET Client API
JDBC
ODBC
proprietary protocol (OpenAPI)
JDBC
ODBC
RESTful HTTP API
Bolt protocol
Cypher query language
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Supported programming languagesC++
Java
JavaScript (Node.js)
Python
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
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
.Net
Basic
C
Java
Objective C
PHP
Python
Server-side scripts infoStored proceduresyesuser defined functionsJavaScriptyes
Triggersyesyes infotriggers when inserted values for one or more columns fall within a specified rangeyes infoin MongoDB Atlas onlyyes
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning infoIngres Star to access multiple databases simultaneouslyShardingSharding infodynamic graph 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.yes
Replication methods infoMethods for redundantly storing data on multiple nodesIngres ReplicatorSource-replica replicationMulti-source replication using RAFTMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integrityyesyesyes inforelationships in graphsno infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACID infowith snapshot isolationMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayes infoMVCCyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesyesyes infowith periodic snapshot and write-ahead logging (WAL) of changesyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoGPU vRAM or System RAMyesyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and roles on table levelUsers, roles and permissionsAccess rights for users and rolesAccess rights can be defined down to the item level
More information provided by the system vendor
IngresKineticaMemgraphMongoDBOpenQM infoalso called QM
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
AI-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 modelsYou can check out our pricing model and licenses on the company website .
» more
MongoDB 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
IngresKineticaMemgraphMongoDBOpenQM infoalso called QM
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

Actian Launches Ingres 12.0 Database
4 June 2024, PR Newswire

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

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

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

provided by Google News

Kinetica Delivers Real-Time Vector Similarity Search
21 March 2024, insideBIGDATA

Kinetica ramps up RAG for generative AI, empowering enterprises with real-time operational data
18 March 2024, SiliconANGLE News

Kinetica Launches Generative AI Solution for Real-Time Inferencing Powered by NVIDIA AI Enterprise
18 March 2024, GlobeNewswire

Kinetica Elevates RAG with Fast Access to Real-Time Data
26 March 2024, Datanami

Transforming spatiotemporal data analysis with GPUs and generative AI
30 October 2023, InfoWorld

provided by Google News

Enhance Your Network Analysis with the Power of a Graph DB
4 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

Why MongoDB Plunged Over 35% in May
5 June 2024, Yahoo Finance

MongoDB First Quarter 2025 Earnings: Beats Expectations
6 June 2024, Simply Wall St

Should You Buy MongoDB, Snowflake, and Atlassian at Their 52-Week Lows?
6 June 2024, Yahoo Finance

Looking At MongoDB's Recent Unusual Options Activity - MongoDB (NASDAQ:MDB)
5 June 2024, Benzinga

Why MongoDB Plunged Over 35% in May
5 June 2024, The Motley Fool

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.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Present your product here