Google Cloud SQL vs. Redis™*

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Google Cloud SQL
Score 8.7 out of 10
N/A
Google Cloud SQL is a database-as-a-service (DBaaS) with the capability and functionality of MySQL.
$0
per core hour
Redis™*
Score 9.0 out of 10
N/A
Redis is an open source in-memory data structure server and NoSQL database.
$388
per month
Pricing
Google Cloud SQLRedis™*
Editions & Modules
License - Express
$0
per core hour
License - Web
$0.01134
per core hour
Storage - for backups
$.08
per month per GB
HA Storage - for backups
$.08
per month per GB
Storage - HDD storage capacity
$.09
per month per GB
License - Standard
$0.13
per core hour
Storage - SSD storage capacity
$.17
per month per GB
HA Storage - HDD storage capacity
$.18
per month per GB
HA Storage - SSD storage capacity
$.34
per month per GB
License - Enterprise
$0.47
per core hour
Memory
$5.11
per month per GB
HA Memory
$10.22
per month per GB
vCPUs
$30.15
per month per vCPU
HA vCPUs
$60.30
per month per vCPU
Cloud
$388.00
per month
Offerings
Pricing Offerings
Google Cloud SQLRedis™*
Free Trial
YesYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoYes
Entry-level Setup FeeNo setup feeOptional
Additional DetailsPricing varies with editions, engine, and settings, including how much storage, memory, and CPU you provision. Cloud SQL offers per-second billing.
More Pricing Information
Community Pulse
Google Cloud SQLRedis™*
Considered Both Products
Google Cloud SQL

No answer on this topic

Redis™*
Chose Redis™*
Every time you don't need a document DB, you can't go wrong with Redis over MongoDB.
Google Cloud Pub/Sub may have solved one use case, but we'd still have to deploy Redis instances for other use cases, and adding another tech stack would only add complexity to our …
Chose Redis™*
We chose Redis over Memcached for the ease of use with our existing code base as well as the price.
Chose Redis™*
We have also done lot of research over NoSQL databases to find what is a good fit for our application. We finally decided to use Redis because:
  1. It requires very minimal hardware to set up.
  2. Supports key-value structure.
Chose Redis™*
Redis was initially in the list of competitors like Aerospike, Cassandra, MongoDB.The major point that outset all others is that it provides a number of read and writes to the database that no one can match. Another major factor is Redis really knows the basic components that …
Top Pros
Top Cons
Features
Google Cloud SQLRedis™*
Database-as-a-Service
Comparison of Database-as-a-Service features of Product A and Product B
Google Cloud SQL
9.1
24 Ratings
4% above category average
Redis™*
-
Ratings
Automatic software patching9.612 Ratings00 Ratings
Database scalability9.024 Ratings00 Ratings
Automated backups9.424 Ratings00 Ratings
Database security provisions9.224 Ratings00 Ratings
Monitoring and metrics8.623 Ratings00 Ratings
Automatic host deployment9.012 Ratings00 Ratings
NoSQL Databases
Comparison of NoSQL Databases features of Product A and Product B
Google Cloud SQL
-
Ratings
Redis™*
9.2
69 Ratings
5% above category average
Performance00 Ratings10.069 Ratings
Availability00 Ratings9.069 Ratings
Concurrency00 Ratings9.068 Ratings
Security00 Ratings8.063 Ratings
Scalability00 Ratings9.469 Ratings
Data model flexibility00 Ratings9.962 Ratings
Deployment model flexibility00 Ratings9.362 Ratings
Best Alternatives
Google Cloud SQLRedis™*
Small Businesses
SingleStore
SingleStore
Score 9.8 out of 10
IBM Cloudant
IBM Cloudant
Score 8.3 out of 10
Medium-sized Companies
SingleStore
SingleStore
Score 9.8 out of 10
IBM Cloudant
IBM Cloudant
Score 8.3 out of 10
Enterprises
SingleStore
SingleStore
Score 9.8 out of 10
IBM Cloudant
IBM Cloudant
Score 8.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Google Cloud SQLRedis™*
Likelihood to Recommend
9.1
(24 ratings)
7.9
(76 ratings)
Likelihood to Renew
9.0
(1 ratings)
8.7
(12 ratings)
Usability
8.4
(6 ratings)
8.2
(5 ratings)
Support Rating
6.4
(4 ratings)
8.7
(5 ratings)
Implementation Rating
-
(0 ratings)
7.3
(1 ratings)
Ease of integration
8.4
(6 ratings)
-
(0 ratings)
User Testimonials
Google Cloud SQLRedis™*
Likelihood to Recommend
Google
Although Google Cloud SQL has room for improvement by addressing a minor lack of features, its features and services keep it high among other SQL database products. It is very fast compared to others. Since it is cloud-based, maintenance is also easier. Integration capabilities are also more than expected.
Read full review
Redis Labs
Redis has been a great investment for our organization as we needed a solution for high speed data caching. The ramp up and integration was quite easy. Redis handles automatic failover internally, so no crashes provides high availability. On the fly scaling scale to more/less cores and memory as and when needed.
Read full review
Pros
Google
  • Highly scalable without worrying about sudden transaction explosion during peak hours.
  • Highly available with multiple geographical locations and regions for nearly 0 downtime to the users.
  • Extremely reliable and responsive for high latency applications due to superb networking at the core.
Read full review
Redis Labs
  • Easy for developers to understand. Unlike Riak, which I've used in the past, it's fast without having to worry about eventual consistency.
  • Reliable. With a proper multi-node configuration, it can handle failover instantly.
  • Configurable. We primarily still use Memcache for caching but one of the teams uses Redis for both long-term storage and temporary expiry keys without taking on another external dependency.
  • Fast. We process tens of thousands of RPS and it doesn't skip a beat.
Read full review
Cons
Google
  • Increasing support for more database engines may enable a wider range of application needs to be met.
  • Implementing and updating cutting-edge security features on a constant basis.
  • Streamlining and enhancing the tools for transferring data to Google Cloud SQL from on-premises databases or other cloud providers.
Read full review
Redis Labs
  • We had some difficulty scaling Redis without it becoming prohibitively expensive.
  • Redis has very simple search capabilities, which means its not suitable for all use cases.
  • Redis doesn't have good native support for storing data in object form and many libraries built over it return data as a string, meaning you need build your own serialization layer over it.
Read full review
Likelihood to Renew
Google
No answers on this topic
Redis Labs
We will definitely continue using Redis because: 1. It is free and open source. 2. We already use it in so many applications, it will be hard for us to let go. 3. There isn't another competitive product that we know of that gives a better performance. 4. We never had any major issues with Redis, so no point turning our backs.
Read full review
Usability
Google
On demand scalability helps us provision extra resources as per our requirement and load on the application. Reduced cost due to fully managed services and no need to manage underlying infrastructure which reduced time of patching and maintaining underlying infrastructure. Easy to configure as per application requirements. Supports monitoring which is not available in custom hosted database instance on own computing infrastructure
Read full review
Redis Labs
It is quite simple to set up for the purpose of managing user sessions in the backend. It can be easily integrated with other products or technologies, such as Spring in Java. If you need to actually display the data stored in Redis in your application this is a bit difficult to understand initially but is possible.
Read full review
Support Rating
Google
GCP support in general requires a support agreement. For small organizations like us, this is not affordable or reasonable. It would help if Google had a support mechanism for smaller organizations. It was a steep learning curve for us because this was our first entry into the cloud database world. Better documentation also would have helped.
Read full review
Redis Labs
The support team has always been excellent in handling our mostly questions, rarely problems. They are responsive, find the solution and get us moving forward again. I have never had to escalate a case with them. They have always solved our problems in a very timely manner. I highly commend the support team.
Read full review
Implementation Rating
Google
No answers on this topic
Redis Labs
Whitelisting of the AWS lambda functions.
Read full review
Alternatives Considered
Google
Google SQL was great as a first SQL provision. It quickly enabled the apps to be built and scaled as needed for a while. It was robust and adaptable as needed and easy to export as needed when ready, depending on growth. Cost-wise, it's a good choice and requires little investment to get going.
Read full review
Redis Labs
We are big users of MySQL and PostgreSQL. We were looking at replacing our aging web page caching technology and found that we could do it in SQL, but there was a NoSQL movement happening at the time. We dabbled a bit in the NoSQL scene just to get an idea of what it was about and whether it was for us. We tried a bunch, but I can only seem to remember Mongo and Couch. Mongo had big issues early on that drove us to Redis and we couldn't quite figure out how to deploy couch.
Read full review
Return on Investment
Google
  • With managed database system, it has given us near 100% data availability
  • It has also improved web layer experience with faster processing and authentication using database fields
  • Google Cloud SQL also gels up well with Google Analytics and other analytics systems for us to join up different data points and process them for deeper dives and analysis
Read full review
Redis Labs
  • Redis has helped us increase our throughput and server data to a growing amount of traffic while keeping our app fast. We couldn't have grown without the ability to easily cache data that Redis provides.
  • Redis has helped us decrease the load on our database. By being able to scale up and cache important data, we reduce the load on our database reducing costs and infra issues.
  • Running a Redis node on something like AWS can be costly, but it is often a requirement for scaling a company. If you need data quickly and your business is already a positive ROI, Redis is worth the investment.
Read full review
ScreenShots

Google Cloud SQL Screenshots

Screenshot of migrating to a fully managed database solution - Self-managing a database, such as MySQL, PostgreSQL, or SQL Server, can be inefficient and expensive, with significant effort around patching, hardware maintenance, backups, and tuning. Migrating to a fully managed solution can be done using a Database Migration Service with minimal downtime.Screenshot of data-driven application development - Cloud SQL accelerates application development via integration with the larger ecosystem of Google Cloud services, Google partners, and the open source community.

Redis™* Screenshots

Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of