DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Ingres vs. MongoDB vs. Solr vs. TigerGraph vs. TimesTen

System Properties Comparison Ingres vs. MongoDB vs. Solr vs. TigerGraph vs. TimesTen

Editorial information provided by DB-Engines
NameIngres  Xexclude from comparisonMongoDB  Xexclude from comparisonSolr  Xexclude from comparisonTigerGraph  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionWell established RDBMSOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA widely used distributed, scalable search engine based on Apache LuceneA complete, distributed, parallel graph computing platform supporting web-scale data analytics in real-timeIn-Memory RDBMS compatible to Oracle
Primary database modelRelational DBMSDocument storeSearch engineGraph DBMSRelational DBMS
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
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.67
Rank#77  Overall
#42  Relational DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score44.28
Rank#24  Overall
#3  Search engines
Score1.83
Rank#141  Overall
#13  Graph DBMS
Score1.35
Rank#165  Overall
#75  Relational DBMS
Websitewww.actian.com/­databases/­ingreswww.mongodb.comsolr.apache.orgwww.tigergraph.comwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdocs.actian.com/­ingreswww.mongodb.com/­docs/­manualsolr.apache.org/­resources.htmldocs.tigergraph.comdocs.oracle.com/­database/­timesten-18.1
DeveloperActian CorporationMongoDB, IncApache Software FoundationOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release1974 infooriginally developed at University Berkely in early 1970s2009200620171998
Current release11.2, May 20226.0.7, June 20239.5.0, February 202411 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourcecommercialOpen 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 2commercialcommercial
Cloud-based only infoOnly available as a cloud servicenono infoMongoDB available as DBaaS (MongoDB Atlas)nonono
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.
Implementation languageCC++JavaC++
Server operating systemsAIX
HP Open VMS
HP-UX
Linux
Solaris
Windows
Linux
OS X
Solaris
Windows
All OS with a Java VM inforuns as a servlet in servlet container (e.g. Tomcat, Jetty is included)LinuxAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyesschema-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 infoDynamic Fields enables on-the-fly addition of new fieldsyesyes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes infosupports customizable data types and automatic typingyesyes
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 availableyesnono
Secondary indexesyesyesyes infoAll search fields are automatically indexedyes
SQL infoSupport of SQLyesRead-only SQL queries via the MongoDB Atlas SQL InterfaceSolr Parallel SQL InterfaceSQL-like query language (GSQL)yes
APIs and other access methods.NET Client API
JDBC
ODBC
proprietary protocol (OpenAPI)
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Java API
RESTful HTTP/JSON API
GSQL (TigerGraph Query Language)
Kafka
RESTful HTTP/JSON API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesActionscript 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
Erlang
Java
JavaScript
any language that supports sockets and either XML or JSON
Perl
PHP
Python
Ruby
Scala
C++
Java
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresyesJavaScriptJava pluginsyesPL/SQL
Triggersyesyes infoin MongoDB Atlas onlyyes infoUser configurable commands triggered on index changesnono
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning infoIngres Star to access multiple databases simultaneouslySharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Shardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesIngres ReplicatorMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
yesMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesspark-solr: github.com/­lucidworks/­spark-solr and streaming expressions to reduceyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyesno infotypically not used, however similar functionality with DBRef possiblenoyes infoRelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDMulti-document ACID Transactions with snapshot isolationoptimistic lockingACIDACID
Concurrency infoSupport for concurrent manipulation of datayes infoMVCCyesyesyesyes
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyesyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoIn-memory storage engine introduced with MongoDB version 3.2yesnoyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and rolesyesRole-based access controlfine grained access rights according to SQL-standard
More information provided by the system vendor
IngresMongoDBSolrTigerGraphTimesTen
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
IngresMongoDBSolrTigerGraphTimesTen
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

Elasticsearch replaced Solr as the most popular search engine
12 January 2016, Paul Andlinger

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Conferences, events and webinars

Intro to MongoDB
Webinar, 11am ET, 1 May 2024

Recent citations in the news

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

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

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

Vodafone's New Developer Speed and Dexterity—Powered by MongoDB
23 April 2024, WIRED

MongoDB annual event focuses on accelerating AI momentum
22 April 2024, SiliconANGLE News

Why MongoDB (MDB) Stock Is Up Today By Stock Story
23 April 2024, Investing.com

A support level that should be taken advantage of
23 April 2024, Marketscreener.com

MongoDB initiated with Buy rating at Loop Capital (MDB)
23 April 2024, Seeking Alpha

provided by Google News

Closing Bell: Solar Alliance Energy Inc flat on Monday (SOLR)
23 April 2024, The Globe and Mail

SOLR-led walkout demands better conditions for Compass workers
27 February 2024, Daily Northwestern

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9 October 2023, AWS Blog

Long Term Trading Analysis for (SOLR)
28 March 2024, News Stock Traders Daily

SOLR hosts teach-in of labor movements at Northwestern
28 January 2024, Daily Northwestern

provided by Google News

New TigerGraph CEO Refocuses Efforts on Enterprise Customers
31 July 2023, Datanami

TigerGraph update adds enterprise-scale capabilities
31 October 2023, TechTarget

TigerGraph Bolsters DB for Enterprise Graph Workloads
1 November 2023, Datanami

Aerospike takes on Neo4j and TigerGraph with launch of graph database
20 June 2023, SiliconANGLE News

TigerGraph partners with Pascal as master distributor for APJ region
10 January 2024, VnExpress International

provided by Google News

In-memory databases with Emulex Gen 7
25 October 2023, Broadcom Inc.

provided by Google News



Share this page

Featured Products

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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

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