makkasi
makkasi

Reputation: 7288

What is the benefit of using google cloud storage instead of google cloud sql for saving files

So what makes google cloud storage preferred choice for saving files. As I know google cloud storage is saving the file as blob so it is immutable and cannot be edited.

Upvotes: 1

Views: 166

Answers (1)

bittu
bittu

Reputation: 347

if the main aspect of your website/application is a database (as is often the case), check out Google Cloud SQL. Again it allows you to host your MySQL database on Google’s infrastructure, increasing the speed, reliability and security.

Whereas Google Cloud Storage enables application developers to store their data on Google’s infrastructure with very high reliability, performance and availability, and can be used to distribute large data objects to users via direct download.

Upvotes: 2

Related Questions