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 > Elasticsearch vs. MongoDB vs. Solr vs. Sqrrl

System Properties Comparison Elasticsearch vs. MongoDB vs. Solr vs. Sqrrl

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameElasticsearch  Xexclude from comparisonMongoDB  Xexclude from comparisonSolr  Xexclude from comparisonSqrrl  Xexclude from comparison
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
DescriptionA distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricOne 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 LuceneAdaptable, secure NoSQL built on Apache Accumulo
Primary database modelSearch engineDocument storeSearch engineDocument store
Graph DBMS
Key-value store
Wide column store
Secondary database modelsDocument store
Spatial DBMS
Vector 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
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score134.78
Rank#7  Overall
#1  Search engines
Score423.96
Rank#5  Overall
#1  Document stores
Score44.28
Rank#24  Overall
#3  Search engines
Websitewww.elastic.co/­elasticsearchwww.mongodb.comsolr.apache.orgsqrrl.com
Technical documentationwww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmlwww.mongodb.com/­docs/­manualsolr.apache.org/­resources.html
DeveloperElasticMongoDB, IncApache Software FoundationAmazon infooriginally Sqrrl Data, Inc.
Initial release2010200920062012
Current release8.6, January 20236.0.7, June 20239.5.0, February 2024
License infoCommercial or Open SourceOpen Source infoElastic LicenseOpen 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 2commercial
Cloud-based only infoOnly available as a cloud servicenono 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.
Implementation languageJavaC++JavaJava
Server operating systemsAll OS with a Java VMLinux
OS X
Solaris
Windows
All OS with a Java VM inforuns as a servlet in servlet container (e.g. Tomcat, Jetty is included)Linux
Data schemeschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-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 fieldsschema-free
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes infosupports customizable data types and automatic typingyes
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.noyes
Secondary indexesyes infoAll search fields are automatically indexedyesyes infoAll search fields are automatically indexedyes
SQL infoSupport of SQLSQL-like query languageRead-only SQL queries via the MongoDB Atlas SQL InterfaceSolr Parallel SQL Interfaceno
APIs and other access methodsJava API
RESTful HTTP/JSON API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Java API
RESTful HTTP/JSON API
Accumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
Supported programming languages.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
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
Erlang
Java
JavaScript
any language that supports sockets and either XML or JSON
Perl
PHP
Python
Ruby
Scala
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
Server-side scripts infoStored proceduresyesJavaScriptJava pluginsno
Triggersyes infoby using the 'percolation' featureyes infoin MongoDB Atlas onlyyes infoUser configurable commands triggered on index changesno
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.ShardingSharding infomaking use of Hadoop
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
yesselectable replication factor infomaking use of Hadoop
MapReduce infoOffers an API for user-defined Map/Reduce methodsES-Hadoop Connectoryesspark-solr: github.com/­lucidworks/­spark-solr and streaming expressions to reduceyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual ConsistencyImmediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.
Foreign keys infoReferential integritynono infotypically not used, however similar functionality with DBRef possiblenono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoMulti-document ACID Transactions with snapshot isolationoptimistic lockingAtomic updates per row, document, or graph entity
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.Memcached and Redis integrationyes infoIn-memory storage engine introduced with MongoDB version 3.2yes
User concepts infoAccess controlAccess rights for users and rolesyesCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)
More information provided by the system vendor
ElasticsearchMongoDBSolrSqrrl
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

Studio 3T: The world's favorite IDE for working with MongoDB
» more

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

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

More resources
ElasticsearchMongoDBSolrSqrrl
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, 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

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

Recent citations in the news

Elasticsearch Open Inference API Supports Cohere Rerank 3
11 April 2024, Business Wire

Introducing Elasticsearch Vector Database to Azure OpenAI Service On Your Data (Preview)
26 March 2024, insider.govtech.com

Elasticsearch Open Inference API Supports Cohere Rerank 3 | Business & Finance | heraldchronicle.com
11 April 2024, Winchester Herald Chronicle

Elastic Adds Support for Cohere High-Performance Embeddings
3 April 2024, Yahoo Finance

ElasticSearch Goes Deep on OpenTelemetry with eBPF Donation
13 March 2024, The New Stack

provided by Google News

Decoding MongoDB's Options Activity: What's the Big Picture? - MongoDB (NASDAQ:MDB)
15 April 2024, Benzinga

MongoDB (NASDAQ:MDB) shareholders have earned a 23% CAGR over the last five years
14 April 2024, Yahoo Finance

Breakeven On The Horizon For MongoDB, Inc. (NASDAQ:MDB)
14 April 2024, Simply Wall St

MongoDB, Inc. (NASDAQ:MDB) Stake Raised by Bleakley Financial Group LLC
15 April 2024, Defense World

MongoDB Bear Call Spread Could Net 25% In 5 Weeks
11 April 2024, Nasdaq

provided by Google News

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

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

Long Term Trading Analysis for (SOLR)
28 March 2024, news.stocktradersdaily.com

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

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

provided by Google News

Amazon acquires cybersecurity startup Sqrrl
8 June 2023, cisomag.com

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23 January 2018, CNBC

Millennials possess the advantage of time for wealth creation, says Yashoraj Tyagi of Sqrrl | Mint
18 September 2023, Mint

AWS beefs up threat detection with Sqrrl acquisition
24 January 2018, TechCrunch

Will Amazon Buy Cybersecurity Firm Sqrrl?
18 December 2017, PYMNTS.com

provided by Google News



Share this page

Featured Products

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

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.

Milvus logo

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

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.

Present your product here