DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Amazon Redshift vs. Cloudflare Workers KV vs. Google Cloud Datastore vs. Lovefield vs. MySQL

Vergleich der Systemeigenschaften Amazon Redshift vs. Cloudflare Workers KV vs. Google Cloud Datastore vs. Lovefield vs. MySQL

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAmazon Redshift  Xaus Vergleich ausschliessenCloudflare Workers KV  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenLovefield  Xaus Vergleich ausschliessenMySQL  Xaus Vergleich ausschliessen
KurzbeschreibungLarge scale data warehouse service for use with business intelligence toolsA global, low-latency, key-value store for applications on Cloudflare with exceptionally high read volumes and low-latency.Selbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformEmbeddable relational database for web apps written in pure JavaScriptWeit verbreitetes, allgemein einsetzbares Open Source RDBMS
Primäres DatenbankmodellRelational DBMSKey-Value StoreDocument StoreRelational DBMSRelational DBMS infoKey/Value Zugriff über memcached API
Sekundäre DatenbankmodelleDocument Store
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte19,03
Rang#34  Overall
#21  Relational DBMS
Punkte0,39
Rang#278  Overall
#39  Key-Value Stores
Punkte4,49
Rang#79  Overall
#12  Document Stores
Punkte0,32
Rang#290  Overall
#132  Relational DBMS
Punkte1087,72
Rang#2  Overall
#2  Relational DBMS
Websiteaws.amazon.com/­redshiftwww.cloudflare.com/­developer-platform/­workers-kvcloud.google.com/­datastoregoogle.github.io/­lovefieldwww.mysql.com
Technische Dokumentationdocs.aws.amazon.com/­redshiftdevelopers.cloudflare.com/­kv/­apicloud.google.com/­datastore/­docsgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mddev.mysql.com/­doc
EntwicklerAmazon (based on PostgreSQL)CloudflareGoogleGoogleOracle infoseit 2010, ursprünglich MySQL AB, danach Sun
Erscheinungsjahr20122018200820141995
Aktuelle Version2.1.12, February 20178.3.0, Jaenner 2024
Lizenz infoCommercial or Open SourcekommerziellkommerziellkommerziellOpen Source infoApache 2.0Open Source infoGPL Version 2. Kommerzielle Lizenzen mit erweiterter Funktionalität sind verfügbar.
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjajajaneinnein
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.
ImplementierungsspracheCJavaScriptC und C++
Server Betriebssystemegehostetgehostetgehostetserver-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafariFreeBSD
Linux
OS X
Solaris
Windows
Datenschemajaschemafreischemafreijaja
Typisierung infovordefinierte Datentypen, z.B. float oder datejaneinja, Details hierjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinja
Sekundärindizeseingeschränktneinjajaja
SQL infoSupport of SQLja infokeine vollständige Unterstützung eines SQL-StandardsneinSQL-like query language (GQL)SQL-like query language infovia JavaScript builder patternja infomit proprietären Erweiterungen
APIs und andere ZugriffskonzepteJDBC
ODBC
HTTP REST
Proprietäres Protokoll
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
ADO.NET
JDBC
ODBC
Proprietäres native API
Unterstützte ProgrammiersprachenAll languages supporting JDBC/ODBCC
C++
Dart
JavaScript
Kotlin
Python
Rust
Scala
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
JavaScriptAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-seitige Scripts infoStored Proceduresbenutzerdefinierte Funktionen infoin Pythonneinmit Google App Engineneinja infoproprietäre Syntax
TriggersneinneinCallbacks mit Google Apps EngineUsing read-only observersja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingShardingkeinehorizontale Partitionierung, Sharding mit MySQL Cluster oder MySQL Fabric
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenjajaMulti-source replication using PaxoskeineMulti-Source Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinja infomittels Google Cloud Dataflowneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual ConsistencyImmediate 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 Consistency
Fremdschlüssel inforeferenzielle Integritätja infowerden aber nicht 'enforced'neinja infovia ReferenceProperties or Ancestor pathsjaja infonicht für MyISAM Storage Engine
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDACID infonicht für MyISAM Storage Engine
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja infoTable Locks oder Row Locks abhängig von Storage Engine
Durability infoDauerhafte Speicherung der Datenjajajayes, by using IndexedDB or the cloud service Firebase Realtime Databaseja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinneinja infousing MemoryDBja
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)neinBenutzer mit feingranularem Berechtigungskonzept infokeine Benutzergruppen oder Rollen

Weitere Informationen bereitgestellt vom Systemhersteller

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
Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» mehr

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

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» mehr

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» 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
Amazon RedshiftCloudflare Workers KVGoogle Cloud DatastoreLovefieldMySQL
DB-Engines Blog Posts

Cloud-based DBMS's popularity grows at high rates
12. Dezember 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7. Februar 2017, Matthias Gelbmann

Increased popularity for consuming DBMS services out of the cloud
2. Oktober 2015, Paul Andlinger

alle anzeigen

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

Amazon Q generative SQL (preview) is now available in AWS Europe (Frankfurt) region
29. April 2024, AWS Blog

Power analytics as a service capabilities using Amazon Redshift | Amazon Web Services
17. April 2024, AWS Blog

Amazon Redshift adds new AI capabilities, including Amazon Q, to boost efficiency and productivity | Amazon Web ...
29. November 2023, AWS Blog

Amazon Redshift announces programmatic access to Advisor recommendations via API
8. Februar 2024, AWS Blog

Handle tables without primary keys while creating Amazon Aurora PostgreSQL zero-ETL integrations with Amazon ...
18. April 2024, AWS Blog

bereitgestellt von Google News

Cloudflare updates Workers platform with Python support, event notifications, and improved local development ...
3. April 2024, DevClass

Cloudflare dashboard, API service feeling poorly due to datacenter power snafu
2. November 2023, The Register

Cloudflare recovers from service outage after power failure at core North American data center
3. November 2023, DatacenterDynamics

Cloudflare is (still) struggling with another outage - here's what to know
3. November 2023, ZDNet

How to Build a Scalable URL Shortener With Cloudflare Workers and KV Under 10 Minutes
21. August 2022, hackernoon.com

bereitgestellt von Google News

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

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

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

What Is Google Cloud Platform?
28. August 2023, Simplilearn

Google says it’ll stop charging fees to transfer data out of Google Cloud
11. Januar 2024, TechCrunch

bereitgestellt von Google News

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

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

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

PostgreSQL or MySQL: What Should I Choose for My Full-Stack Project?
10. April 2024, hackernoon.com

Google advances with vector search in MySQL, leapfrogging Oracle in LLM support
4. März 2024, The Register

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

Milvus logo

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

AllegroGraph logo

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

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