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 > Faircom DB vs. MongoDB vs. RocksDB

Vergleich der Systemeigenschaften Faircom DB vs. MongoDB vs. RocksDB

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameFaircom DB infoformerly c-treeACE  Xaus Vergleich ausschliessenMongoDB  Xaus Vergleich ausschliessenRocksDB  Xaus Vergleich ausschliessen
KurzbeschreibungNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Einer der meistverwendeten Document StoresEmbeddable persistent key-value store optimized for fast storage (flash and RAM)
Primäres DatenbankmodellKey-Value Store
Relational DBMS
Document StoreKey-Value Store
Sekundäre DatenbankmodelleSpatial DBMS
Suchmaschine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,24
Rang#366  Overall
#56  Key-Value Stores
#153  Relational DBMS
Punkte436,61
Rang#5  Overall
#1  Document Stores
Punkte4,31
Rang#92  Overall
#14  Key-Value Stores
Websitewww.faircom.com/­products/­faircom-dbwww.mongodb.comrocksdb.org
Technische Dokumentationlearn.faircomcorp.com/­developers/­documentation_directorydocs.mongodb.com/­manualgithub.com/­facebook/­rocksdb/­wiki
EntwicklerFairCom CorporationMongoDB, IncFacebook, Inc.
Erscheinungsjahr197920092013
Aktuelle VersionV12, November 20206.0.5, Maerz 20237.10.2, Maerz 2023
Lizenz infoCommercial or Open Sourcekommerziell infoRestricted, free version 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 infoBSD
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinnein 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.
  • ScaleGrid for MongoDB Database: Fully managed hosting for MongoDB Database on a wide variety of cloud providers and On-Premises. Automate your management, scaling and backups through one centralized platform.
ImplementierungsspracheANSI C, C++C++C++
Server BetriebssystemeAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
OS X
Solaris
Windows
Linux
Datenschemaschema free, schema optional, schema required, partial schema,schemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Strukturschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateja, ANSI Standard SQL Types, JSON, typed binary structuresja infostring, integer, double, decimal, boolean, date, object_id, geospatialnein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinnein
Sekundärindizesjajanein
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsRead-only SQL queries via the MongoDB Connector for BInein
APIs und andere ZugriffskonzepteADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
Proprietäres Protokoll basierend auf JSONC++ API
Java API
Unterstützte Programmiersprachen.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
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
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
C
C++
Go
Java
Perl
Python
Ruby
Server-seitige Scripts infoStored Proceduresja info.Net, JavaScript, C/C++JavaScriptnein
Triggersjaja infoin MongoDB Atlas only
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table 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.horizontal partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Multi-Source deployments with MongoDB Atlas Global Clusters
Source-Replica Replikation
ja
MapReduce infoBietet ein API für Map/Reduce Operationenneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Eventual Consistency
Immediate Consistency infobei jedem Schreibvorgang individuell einstellbar
Fremdschlüssel inforeferenzielle Integritätjanein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRefnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationentunable from ACID to Eventually ConsistentMulti-document ACID Transactions with snapshot isolationja
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja
Durability infoDauerhafte Speicherung der DatenYes, tunable from durable to delayed durability to in-memoryja infooptional, enabled by defaultja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja infoIn-memory storage engine introduced with MongoDB version 3.2ja
Berechtigungskonzept infoZugriffskontrolleFine grained access rights according to SQL-standard with additional protections for filesZugriffsrechte für Benutzer und Rollennein
Weitere Informationen bereitgestellt vom Systemhersteller
Faircom DB infoformerly c-treeACEMongoDBRocksDB
Specific characteristicsAchieve Hundreds of Thousands of Transactions Per Second on A Single Database Server...
» mehr
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» mehr
Competitive advantagesTop Features SQL Key-value store and navigational NoSQL API Indexed binary objects...
» mehr
Built around the flexible document data model and unified API, MongoDB is a developer...
» mehr
Typical application scenariosReal-time transaction processing solutions leverage FairCom DB because its NoSQL...
» mehr
Internet of Things and Time Series (Bosch, GE Healthcare, Jaguar Land Rover) Mobile...
» mehr
Key customersMicrosoft, UPS, Verizon, Motorola, Commvault, Thomson Reuters, ACI, BNY Mellon, Rockwell...
» mehr
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» mehr
Market metricsFrom banking and financial transactions, transportation, warehouse automation, package...
» mehr
365+ million downloads, over 150,000+ Atlas clusters provisioned every month handling...
» mehr
Licensing and pricing modelsJust as the technical aspects of FairCom DB are flexible to meet operation requirements,...
» 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
DrittanbieterNavicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» mehr

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

Studio 3T: The world's favorite IDE for working with MongoDB
» mehr
Speedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» 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
Faircom DB infoformerly c-treeACEMongoDBRocksDB
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

FairCom kicks off new era of database technology USA - English
10. November 2020, PR Newswire

FairCom DB Download Registration - FairCom
1. November 2022, faircom.com

c-treeRTG
13. Mai 2023, docs.faircom.com

FairCom MQ | Robust MQTT Broker | Embedded Database
20. April 2023, faircom.com

Craig Bailey, Author at FairCom
13. April 2023, faircom.com

bereitgestellt von Google News

MongoDB and Alibaba Cloud Extend Global Partnership
25. Mai 2023, PR Newswire

MongoDB and Alibaba Cloud Extend Global Partnership
25. Mai 2023, Datanami

MongoDB And Alibaba Cloud Extend Strategic Partnership By Four ...
25. Mai 2023, CRN

FerretDB Provides Alternative to MongoDB
19. Mai 2023, Datanami

MongoDB Stock: Stretched Valuation (NASDAQ:MDB)
27. Mai 2023, Seeking Alpha

bereitgestellt von Google News

CockroachDB Launches Advanced Key-Value Store Pebble
23. Dezember 2022, Analytics India Magazine

Blog
9. November 2022, rocksdb.org

Osquery: Under the Hood
18. Mai 2023, kolide.com

RocksDB ERROR when BPF is on · Issue #7884 · osquery/osquery
14. Dezember 2022, github.com

Background Compactions in YugabyteDB for File-Level Optimization
1. Februar 2023, The Distributed SQL Blog

bereitgestellt von Google News

Jobangebote

Digital Media Coordinator
FairCom, Salt Lake City, UT

Senior Software Engineer
FairCom, Columbia, MO

Digital Media Coordinator
FairCom, Columbia, MO

Software Engineer
FairCom, Columbia, MO

MongoDB Engineer
Alltech International, Remote

Technical Support Analyst
Sakari, Remote

MongoDB Database Administrator (Remote Opportunity)
VetsEZ, Remote

Junior Backend Developer
Actum Lab, Austin, TX

Web Development Opportunities
SuretyBonds.com, Remote

AWS Data Engineer
Anblicks, Dallas, TX

Test Automation Engineer
NXLog, Remote

Software Engineer, Database - Distributed Storage & Transactions
YugabyteDB, Remote

Search Engineer - Back End
Brave Software Inc., Oregon

Search Engineer - Back End
Brave, San Francisco, CA

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

Redis logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Präsentieren Sie hier Ihr Produkt