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 > eXtremeDB vs. Heroic vs. MongoDB vs. VictoriaMetrics

Vergleich der Systemeigenschaften eXtremeDB vs. Heroic vs. MongoDB vs. VictoriaMetrics

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameeXtremeDB  Xaus Vergleich ausschliessenHeroic  Xaus Vergleich ausschliessenMongoDB  Xaus Vergleich ausschliessenVictoriaMetrics  Xaus Vergleich ausschliessen
KurzbeschreibungNatively in-memory DBMS with options for persistency, high-availability and clusteringTime Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchEiner der meistverwendeten Document StoresA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primäres DatenbankmodellRelational DBMS
Time Series DBMS
Time Series DBMSDocument StoreTime Series DBMS
Sekundäre DatenbankmodelleSpatial 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
Punkte0,73
Rang#227  Overall
#104  Relational DBMS
#18  Time Series DBMS
Punkte0,57
Rang#250  Overall
#21  Time Series DBMS
Punkte423,96
Rang#5  Overall
#1  Document Stores
Punkte1,42
Rang#161  Overall
#14  Time Series DBMS
Websitewww.mcobject.comgithub.com/­spotify/­heroicwww.mongodb.comvictoriametrics.com
Technische Dokumentationwww.mcobject.com/­docs/­extremedb.htmspotify.github.io/­heroicwww.mongodb.com/­docs/­manualdocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
EntwicklerMcObjectSpotifyMongoDB, IncVictoriaMetrics
Erscheinungsjahr2001201420092018
Aktuelle Version8.2, 20216.0.7, Juni 2023v1.91, Mai 2023
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoApache 2.0Open 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.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein infoMongoDB available as DBaaS (MongoDB Atlas)nein
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.
ImplementierungsspracheC und C++JavaC++Go
Server BetriebssystemeAIX
HP-UX
Linux
macOS
Solaris
Windows
Linux
OS X
Solaris
Windows
FreeBSD
Linux
macOS
OpenBSD
Datenschemajaschemafreischemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Struktur
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaja 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, XSLTnein infosupport of XML interfaces availableneinnein
Sekundärindizesjaja infovia Elasticsearchja
SQL infoSupport of SQLja infowith the option: eXtremeSQLneinRead-only SQL queries via the MongoDB Atlas SQL Interfacenein
APIs und andere Zugriffskonzepte.NET Client API
JDBC
JNI
ODBC
Proprietäres Protokoll
RESTful HTTP API
HQL (Heroic Query Language, a JSON-based language)
HTTP API
GraphQL
HTTP REST
Prisma
Proprietäres Protokoll basierend auf JSON
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Unterstützte Programmiersprachen.Net
C
C#
C++
Java
Lua
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 ProceduresjaneinJavaScriptnein
Triggersja infoby defining eventsneinja infoin MongoDB Atlas onlynein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontale Partitionierung / shardingShardingSharding 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 KnotenActive Replication Fabric™ for IoT
Multi-Source Replikation infoby means of eXtremeDB Cluster option
Source-Replica Replikation infoby means of eXtremeDB High Availability option
jaMulti-Source deployments with MongoDB Atlas Global Clusters
Source-Replica Replikation
Synchronous replication
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinnein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRefnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinMulti-document ACID Transactions with snapshot isolationnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenja infoOptimistic (MVCC) and pessimistic (locking) strategies availablejajaja
Durability infoDauerhafte Speicherung der Datenjajaja infooptional, enabled by defaultja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinja infoIn-memory storage engine introduced with MongoDB version 3.2nein
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer und Rollen
Weitere Informationen bereitgestellt vom Systemhersteller
eXtremeDBHeroicMongoDBVictoriaMetrics
Specific characteristicseXtremeDB is an in-memory and/or persistent database system that offers an ultra-small...
» mehr
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» mehr
Competitive advantageseXtremeDB databases can be modeled relationally or as objects and can utilize SQL...
» mehr
Built around the flexible document data model and unified API, MongoDB is a developer...
» mehr
Typical application scenariosIoT application across all markets: Industrial Control, Netcom, Telecom, Defense,...
» mehr
AI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» mehr
Key customersSchneider Electronics, F5 Networks, TNS, Boeing, Northrop Grumman, GoPro, ViaSat,...
» mehr
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» mehr
Market metricsWith hundreds of customers and over 30 million devices/applications using the product...
» mehr
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» mehr
Licensing and pricing modelsFor server use cases, there is a simple per-server license irrespective of the number...
» mehr
MongoDB 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
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Studio 3T: The world's favorite IDE for working with MongoDB
» 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
eXtremeDBHeroicMongoDBVictoriaMetrics
DB-Engines Blog Posts

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

McObject Announces Availability of eXtremeDB/rt for Green Hills Software's INTEGRITY RTOS
21. April 2022, GlobeNewswire

Latest embedded DBMS supports asymmetric multiprocessing systems
24. Mai 2023, Embedded

Beta tests for real time in-memory embedded database ...
4. Mai 2021, eeNews Europe

McObject’s new eXtremeDB Cluster provides distributed database solution for real-time apps
20. Juli 2011, Embedded

Schneider Electric to collaborate with McObject
14. Oktober 2015, Construction Week Online

bereitgestellt von Google News

Review: Google Bigtable scales with ease
7. September 2016, InfoWorld

bereitgestellt von 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

bereitgestellt von Google News

KubeCon24: VictoriaMetrics' Simpler Alternative to Prometheus
20. März 2024, The New Stack

OpenTelemetry Is Too Complicated, VictoriaMetrics Says
1. April 2024, Datanami

VictoriaMetrics Machine Learning takes monitoring to the next level
19. März 2024, Business Wire

VictoriaMetrics takes organic growth over investor pressure
11. Dezember 2023, The Register

VictoriaMetrics Unveils Free Trial of Its Enterprise Solution for Enhanced Monitoring and Observability
7. Dezember 2023, Datanami

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

Neo4j logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
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

Präsentieren Sie hier Ihr Produkt