DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Elasticsearch vs. HBase vs. MongoDB

Vergleich der Systemeigenschaften Elasticsearch vs. HBase vs. MongoDB

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameElasticsearch  Xaus Vergleich ausschliessenHBase  Xaus Vergleich ausschliessenMongoDB  Xaus Vergleich ausschliessen
KurzbeschreibungEine moderne Such- und Analyseplattform basierend auf Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricWide-Column Store basierend auf Apache Hadoop und auf Konzepten von BigTableEiner der meistverwendeten Document Stores
Primäres DatenbankmodellSuchmaschineWide Column StoreDocument Store
Sekundäre DatenbankmodelleDocument Store
Spatial DBMS
Vektor DBMS
Spatial DBMS
Suchmaschine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vektor DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte137,15
Rang#7  Overall
#1  Suchmaschinen
Punkte34,69
Rang#26  Overall
#2  Wide Column Stores
Punkte431,42
Rang#5  Overall
#1  Document Stores
Websitewww.elastic.co/­elasticsearchhbase.apache.orgwww.mongodb.com
Technische Dokumentationwww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmlhbase.apache.org/­book.htmlwww.mongodb.com/­docs/­manual
EntwicklerElasticApache Software Foundation infoApache Top-Level Projekt, ursprünglich entwickelt von PowersetMongoDB, Inc
Erscheinungsjahr201020082009
Aktuelle Version8.6, January 20232.3.4, Jaenner 20216.0.7, Juni 2023
Lizenz infoCommercial or Open SourceOpen Source infoElastic LicenseOpen Source infoApache Version 2Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein infoMongoDB available as DBaaS (MongoDB Atlas)
DBaaS Angebote (gesponserte 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.
ImplementierungsspracheJavaJavaC++
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMLinux
Unix
Windows infomit Cygwin
Linux
OS X
Solaris
Windows
Datenschemaschemafrei infoFlexible Typdefinitionen, die - sobald definiert - persistent bleiben.schema-free, schema definition possibleschemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Struktur
Typisierung infovordefinierte Datentypen, z.B. float oder datejaoptions to bring your own types, AVROja infostring, integer, double, decimal, boolean, date, object_id, geospatial
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinnein
Sekundärindizesja infoAlle Suchfelder werden automatisch indiziertneinja
SQL infoSupport of SQLSQL-like query languageneinRead-only SQL queries via the MongoDB Atlas SQL Interface
APIs und andere ZugriffskonzepteJava API
RESTful HTTP/JSON API
Java API
RESTful HTTP API
Thrift
GraphQL
HTTP REST
Prisma
Proprietäres Protokoll basierend auf JSON
Unterstützte Programmiersprachen.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
C
C#
C++
Groovy
Java
PHP
Python
Scala
Actionscript infoinoffizielle Driver
C
C#
C++
Clojure infoinoffizielle Driver
ColdFusion infoinoffizielle Driver
D infoinoffizielle Driver
Dart infoinoffizielle Driver
Delphi infoinoffizielle Driver
Erlang
Go
Groovy infoinoffizielle Driver
Haskell
Java
JavaScript
Kotlin
Lisp infoinoffizielle Driver
Lua infoinoffizielle Driver
MatLab infoinoffizielle Driver
Perl
PHP
PowerShell infoinoffizielle Driver
Prolog infoinoffizielle Driver
Python
R infoinoffizielle Driver
Ruby
Rust
Scala
Smalltalk infoinoffizielle Driver
Swift
Server-seitige Scripts infoStored Proceduresjaja infoCoprocessors in JavaJavaScript
Triggersja infoMittels Verwendung des 'Percolation' featuresjaja infoin MongoDB Atlas only
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenjaMulti-Source Replikation
Source-Replica Replikation
Multi-Source deployments with MongoDB Atlas Global Clusters
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce OperationenES-Hadoop Connectorjaja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency infoSynchrone dokumentenbasierte Replikation. Write consistency konfigurierbar: one, quorum, allImmediate Consistency or Eventual ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Fremdschlüssel inforeferenzielle Integritätneinneinnein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRef
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinSingle row ACID (across millions of columns)Multi-document ACID Transactions with snapshot isolation
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja
Durability infoDauerhafte Speicherung der Datenjajaja infooptional, enabled by default
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenMemcached and Redis integrationjaja infoIn-memory storage engine introduced with MongoDB version 3.2
Berechtigungskonzept infoZugriffskontrolleAccess Control Lists (ACL) for RBAC, integration with Apache Ranger for RBAC & ABACZugriffsrechte für Benutzer und Rollen
Weitere Informationen bereitgestellt vom Systemhersteller
ElasticsearchHBaseMongoDB
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» mehr
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» mehr
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» mehr
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» mehr
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» mehr
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» mehr

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen
DrittanbieterStudio 3T: The world's favorite IDE for working with MongoDB
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

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

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
ElasticsearchHBaseMongoDB
DB-Engines Blog Posts

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

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

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

alle anzeigen

Cloudera's HBase PaaS offering now supports Complex Transactions
11. August 2021,  Krishna Maheshwari (sponsor) 

Why is Hadoop not listed in the DB-Engines Ranking?
13. Mai 2013, Paul Andlinger

alle anzeigen

Snowflake is the DBMS of the Year 2021
3. Januar 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4. Januar 2021, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Making sense of data retrieval with Elasticsearch
29. Mai 2023, MSDynamicsWorld

How to Reindex a Database in Elasticsearch
10. September 2023, hackernoon.com

Yahoo spins out Vespa, its search tech, into an independent company
4. Oktober 2023, TechCrunch

DarkBeam leaks billions of email and password combinations
27. September 2023, Security Affairs

Elastic announces AI assistant for observability, general availability of universal profiling
20. September 2023, Times of India

bereitgestellt von Google News

NoSQL databases | Web Security Academy
26. September 2023, The Daily Swig

What Is HBase? (Definition, Uses, Benefits, Features)
22. Dezember 2022, Built In

Apache Spark vs. Apache Flink: A Comprehensive Comparison | by ...
14. September 2023, Medium

使用 YCSB 和 PE 进行 HBase 性能压力测试_ Laurence的博客
12. September 2023, blog.csdn.net

Hbase解决ERROR: KeeperErrorCode = ConnectionLoss for /hbase ...
10. September 2023, blog.csdn.net

bereitgestellt von Google News

MongoDB Announces Jim Scharf as Chief Technology Officer
2. Oktober 2023, PR Newswire

MongoDB promises to keep its hands off application building
3. Oktober 2023, The Register

MongoDB Announces Four New AI-Powered Capabilities to Improve ...
26. September 2023, PR Newswire

MongoDB Wants To Change The Database Game With Queryable Encryption
25. September 2023, Forbes

FDx Advisors Inc.Acquires Stake in MongoDB, Inc.: Demonstrating ...
2. Oktober 2023, Best Stocks

bereitgestellt von Google News

Jobangebote

Entry Level Python Developer - 93
I28 Technologies Corporation, Remote

Data Engineer
SilverEdge, Columbia, MD

iOS Engineer, Core Experience
Stitch Fix, Remote

Backend Engineer
Swimply, San Francisco, CA

Backend Engineer
Polygon.io, Inc, Remote

Software Engineering PMTS
Salesforce, San Francisco, CA

Software Engineer
Capgemini, California

Software Engineer, Machine Learning - Monetization
Meta, New York, NY

Lead Architect
Capgemini, Chicago, IL

Senior Sales Engineer
Splunk, Tennessee

MongoDB Architect
V-Soft Consulting, Remote

MONGODB DEVELOPER/ADMIN
Averon Solutions, Edison, NJ

MongoDB - Sales Development Representative
RippleMatch Opportunities, Austin, TX

MongoDB/PostgreSQL DBA - Remote
HHS Technology Group, Fort Lauderdale, FL

General Interest
BuySellAds, Boston, MA

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

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

Redis logo

The world’s most loved real‑time data platform.
Try free

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Neo4j logo

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

SingleStore logo

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

Präsentieren Sie hier Ihr Produkt