DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Faircom DB vs. MongoDB vs. Snowflake

Vergleich der Systemeigenschaften Faircom DB vs. MongoDB vs. Snowflake

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 ausschliessenSnowflake  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 StoresData warehousing service aus der Cloud für strukturierte und semi-strukturierte Daten
Primäres DatenbankmodellKey-Value Store
Relational DBMS
Document StoreRelational 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
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,18
Rang#351  Overall
#53  Key-Value Stores
#148  Relational DBMS
Punkte458,78
Rang#5  Overall
#1  Document Stores
Punkte114,40
Rang#11  Overall
#8  Relational DBMS
Websitewww.faircom.com/­products/­faircom-dbwww.mongodb.comwww.snowflake.com
Technische Dokumentationlearn.faircomcorp.com/­developers/­documentation_directorydocs.mongodb.com/­manualdocs.snowflake.net/­manuals/­index.html
EntwicklerFairCom CorporationMongoDB, IncSnowflake Computing Inc.
Erscheinungsjahr197920092014
Aktuelle VersionV12, November 20206.0.1, August 2022
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.kommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinnein infoMongoDB available as DBaaS (MongoDB Atlas)ja
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
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++
Server BetriebssystemeAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
OS X
Solaris
Windows
gehostet
Datenschemaschema free, schema optional, schema required, partial schema,schemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Strukturja infosupport of semi-structured data formats (JSON, XML, Avro)
Typisierung infovordefinierte Datentypen, z.B. float oder dateja, ANSI Standard SQL Types, JSON, typed binary structuresja infostring, integer, double, decimal, boolean, date, object_id, geospatialja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinja
Sekundärindizesjaja
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsRead-only SQL queries via the MongoDB Connector for BIja
APIs und andere ZugriffskonzepteADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
Proprietäres Protokoll basierend auf JSONCLI Client
JDBC
ODBC
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
JavaScript (Node.js)
Python
Server-seitige Scripts infoStored Proceduresja info.Net, JavaScript, C/C++JavaScriptuser defined functions
Triggersjaja infoin MongoDB Atlas onlynein infosimilar concept for controling cloud resources
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.ja
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
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjanein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRefja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationentunable from ACID to Eventually ConsistentMulti-document ACID Transactions with snapshot isolationACID
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.2nein
Berechtigungskonzept infoZugriffskontrolleFine grained access rights according to SQL-standard with additional protections for filesZugriffsrechte für Benutzer und RollenBenutzer mit feingranularem Berechtigungskonzept und Benutzerrollen
Weitere Informationen bereitgestellt vom Systemhersteller
Faircom DB infoformerly c-treeACEMongoDBSnowflake
Specific characteristicsAchieve Hundreds of Thousands of Transactions Per Second on A Single Database Server...
» mehr
Competitive advantagesTop Features SQL Key-value store and navigational NoSQL API Indexed binary objects...
» mehr
Typical application scenariosReal-time transaction processing solutions leverage FairCom DB because its NoSQL...
» mehr
Key customersMicrosoft, UPS, Verizon, Motorola, Commvault, Thomson Reuters, ACI, BNY Mellon, Rockwell...
» mehr
Market metricsFrom banking and financial transactions, transportation, warehouse automation, package...
» mehr
Licensing and pricing modelsJust as the technical aspects of FairCom DB are flexible to meet operation requirements,...
» 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
DrittanbieterPercona: Database problems? Not on your watch.
Databases run better with Percona.
» mehr

Navicat 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
CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

SQLFlow: Provides a visual representation of the overall flow of data. Automated SQL data lineage analysis across Databases, ETL, Business Intelligence, Cloud and Hadoop environments by parsing SQL Script and stored procedure.
» 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-treeACEMongoDBSnowflake
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

Snowflake is the DBMS of the Year 2022, defending the title from last year
3. Januar 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3. Januar 2022, 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
27. Juni 2022, dbdb.io

IoT Evolution Expo | Join The Session | FairCom
9. August 2022, faircom.com

Digital Media Coordinator
10. März 2023, jobs.siliconslopes.com

FairCom DB Architectural Concepts
29. April 2022, docs.faircom.com

bereitgestellt von Google News

MongoDB Unusual Options Activity For March 23 - MongoDB ...
23. März 2023, Benzinga

MongoDB, Inc. Announces Fourth Quarter and Full Year Fiscal 2023 ...
8. März 2023, PR Newswire

MongoDB's stock falls as light revenue outlook overshadows solid ...
8. März 2023, SiliconANGLE News

Why Datadog, MongoDB, and DocuSign Fell Today
20. März 2023, The Motley Fool

How Will the Market React to Mongodb Inc (MDB) Stock Getting a Bullish Rating
20. März 2023, InvestorsObserver

bereitgestellt von Google News

StarCompliance Builds Secure Data Access Solution on Snowflake ...
23. März 2023, PR Newswire

Snowflake launches Telecom Data Cloud, unites partner solutions ...
8. März 2023, intelligentcio.com

Scientific Financial Systems, Inc. (SFS) launches Quotient™ on the ...
22. März 2023, PR Newswire

Snowflake’s Telecom Data Cloud bets on accelerating cloud efficiency
22. Februar 2023, InfoWorld

BizAnalytica Achieves Premier Tier Partner Status With Snowflake
21. März 2023, Business Wire

bereitgestellt von Google News

Jobangebote

Digital Media Coordinator
FairCom, Sandy, UT

SDR (Sales Development Representative)
FairCom, Salt Lake City, UT

Sales Development Representative
FairCom, Sandy, UT

Digital Media Coordinator
FairCom, Salt Lake City, UT

Digital Media Coordinator
FairCom, Columbia, MO

MongoDB Architect/SrDev
Tech Mahindra / Microsoft, Remote

MongoDB Developer - REMOTE
Chabez Tech, Chicago, IL

2023 Software Engineering Recent Grad Positions – Cat Digital
Caterpillar, Chicago, IL

Web Development Opportunities
SuretyBonds.com, Remote

Junior Backend Developer
Actum Lab, Austin, TX

Snowflake Administrator
CloudSpace LLC, Remote

Snowflake Database Engineer
Data Society, Remote

Snowflake Database Developer
TrueSense Marketing, Remote

Database Engineer
Signify Health, New York, NY

Snowflake Architect
National Grid, Waltham, MA

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.

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!

Redis logo

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

Vertica logo

Vertica Accelerator. The fastest analytics and machine learning, delivered as SaaS, with automated setup, administration, and management. Free trial.

Präsentieren Sie hier Ihr Produkt