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 > FileMaker vs. Google Cloud Datastore vs. LevelDB vs. MySQL vs. NCache

Vergleich der Systemeigenschaften FileMaker vs. Google Cloud Datastore vs. LevelDB vs. MySQL vs. NCache

Redaktionelle Informationen bereitgestellt von DB-Engines
NameFileMaker  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenLevelDB  Xaus Vergleich ausschliessenMySQL  Xaus Vergleich ausschliessenNCache  Xaus Vergleich ausschliessen
KurzbeschreibungFileMaker ist ein RDBMS mit einem GUI Frontend.Selbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesWeit verbreitetes, allgemein einsetzbares Open Source RDBMSOpen-Source and Enterprise in-memory Key-Value Store
Primäres DatenbankmodellRelational DBMSDocument StoreKey-Value StoreRelational DBMS infoKey/Value Zugriff über memcached APIKey-Value Store
Sekundäre DatenbankmodelleDocument Store
Spatial DBMS
Document Store
Suchmaschine infoUsing distributed Lucene
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte48,20
Rang#20  Overall
#14  Relational DBMS
Punkte4,47
Rang#76  Overall
#12  Document Stores
Punkte2,35
Rang#111  Overall
#19  Key-Value Stores
Punkte1083,74
Rang#2  Overall
#2  Relational DBMS
Punkte0,94
Rang#195  Overall
#29  Key-Value Stores
Websitewww.claris.com/­filemakercloud.google.com/­datastoregithub.com/­google/­leveldbwww.mysql.comwww.alachisoft.com/­ncache
Technische Dokumentationwww.claris.com/­resources/­documentationcloud.google.com/­datastore/­docsgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mddev.mysql.com/­docwww.alachisoft.com/­resources/­docs
EntwicklerClaris infoein Tochterunternehmen von AppleGoogleGoogleOracle infoseit 2010, ursprünglich MySQL AB, danach SunAlachisoft
Erscheinungsjahr19832008201119952005
Aktuelle Version19.4.1, November 20211.23, Februar 20218.4.0, April 20245.3.3, April 2024
Lizenz infoCommercial or Open SourcekommerziellkommerziellOpen Source infoBSDOpen Source infoGPL Version 2. Kommerzielle Lizenzen mit erweiterter Funktionalität sind verfügbar.Open Source infoEnterprise Edition available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjaneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
ImplementierungsspracheC++C und C++C#, .NET, .NET Core, Java
Server BetriebssystemeiOS infoclient part only
Linux
OS X
Windows
gehostetIllumos
Linux
OS X
Windows
FreeBSD
Linux
OS X
Solaris
Windows
Linux
Windows
Datenschemajaschemafreischemafreijaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja, Details hierneinjateilweise infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counter
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTja infoEine http Query kann die Daten als XML zurück gebenneinneinjanein
Sekundärindizesjajaneinjaja
SQL infoSupport of SQLja infoüber PlugInsSQL-like query language (GQL)neinja infomit proprietären ErweiterungenSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.
APIs und andere ZugriffskonzepteFilemaker WebDirect
JDBC
ODBC
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
ADO.NET
JDBC
ODBC
Proprietäres native API
IDistributedCache
JCache
LINQ
Proprietäres native API
Unterstützte ProgrammiersprachenPHP.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
Server-seitige Scripts infoStored Proceduresjamit Google App Engineneinja infoproprietäre Syntaxnein infoUnterstützung für stored procedures mit SQL-Server CLR
TriggersjaCallbacks mit Google Apps Engineneinjaja infoNotifications
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineShardingkeinehorizontale Partitionierung, Sharding mit MySQL Cluster oder MySQL Fabricja
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-Replica Replikation infosince Version 14Multi-source replication using PaxoskeineMulti-Source Replikation
Source-Replica Replikation
ja, mit wählbarer Konsistenz
MapReduce infoBietet ein API für Map/Reduce Operationenneinja infomittels Google Cloud Dataflowneinneinja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Fremdschlüssel inforeferenzielle Integritätjaja infovia ReferenceProperties or Ancestor pathsneinja infonicht für MyISAM Storage Enginenein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsneinACID infonicht für MyISAM Storage Engineoptimistic Locking und pessimistic Locking
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja infoTable Locks oder Row Locks abhängig von Storage Engineja
Durability infoDauerhafte Speicherung der Datenjajaja infowith automatic compression on writesjaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjaja
Berechtigungskonzept infoZugriffskontrolleeinfache Rechteverwaltung mit Benutzeraccounts und Anbindung an externe directory servicesAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)neinBenutzer mit feingranularem Berechtigungskonzept infokeine Benutzergruppen oder RollenAuthentifizierung für Zugriff auf Cache mittels Active Directory/LDAP (Rollen: user, administrator)
Weitere Informationen bereitgestellt vom Systemhersteller
FileMakerGoogle Cloud DatastoreLevelDBMySQLNCache
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» mehr
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» mehr
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» mehr
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» mehr
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» mehr
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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 Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» mehr

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» mehr

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» 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
FileMakerGoogle Cloud DatastoreLevelDBMySQLNCache
DB-Engines Blog Posts

MySQL is the DBMS of the Year 2019
3. Januar 2020, Matthias Gelbmann, Paul Andlinger

MariaDB strengthens its position in the open source RDBMS market
5. April 2018, Matthias Gelbmann

The struggle for the hegemony in Oracle's database empire
2. Mai 2017, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Tilda Swinton on 'Problemista' Fan Horror Stories About Her Character
1. März 2024, IndieWire

Reviews - Features
1. März 2024, Reverse Shot

Apple Filed for new Trademarks in the U.S. and Hong Kong this week for the Figurative Version of 'Reality Composer ...
15. Oktober 2023, Patently Apple

Apple Subsidiary to Face Worker's Job Loss Claims, but Not Apple
14. Februar 2024, Bloomberg Law

Apple subsidiary FileMaker returns to its original name from the '80s
6. August 2019, The Verge

bereitgestellt von Google News

Google Cloud Stops Exit Fees
12. Januar 2024, Spiceworks News and Insights

Best cloud storage of 2024
29. April 2024, TechRadar

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6. November 2023, PR Newswire

Inside Google’s strategic move to eliminate customer cloud data transfer fees
12. Januar 2024, Network World

What is Google App Engine? | Definition from TechTarget
26. April 2024, TechTarget

bereitgestellt von Google News

LevelDB in Ruby — SitePoint
22. Oktober 2014, SitePoint

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14. September 2022, BleepingComputer

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19. Oktober 2022, Blocks & Files

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26. Juli 2021, Phoronix

Rust-Based Info Stealers Abuse GitHub Codespaces
19. Mai 2023, Trend Micro

bereitgestellt von Google News

How to Sync Data From MySQL to Doris Using SeaTunnel
9. Mai 2024, hackernoon.com

Rule::array() and whereJsonOverlaps() for MySQL in Laravel 11.7
7. Mai 2024, Laravel News

Enterprise Manager: How Comcast enhanced monitoring for MySQL InnoDB Clusters
22. April 2024, Oracle

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18. März 2024, AWS Blog

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29. Dezember 2023, InfoQ.com

bereitgestellt von Google News

How to use NCache in ASP.Net Core
25. Februar 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22. April 2020, InfoQ.com

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

AllegroGraph logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

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

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.

Präsentieren Sie hier Ihr Produkt