Amazon Relational Database Service (RDS) vs. Amazon Redshift

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon RDS
Score 8.7 out of 10
N/A
Amazon Relational Database Service (Amazon RDS) is a database-as-a-service (DBaaS) from Amazon Web Services.N/A
Amazon Redshift
Score 7.9 out of 10
N/A
Amazon Redshift is a hosted data warehouse solution, from Amazon Web Services.
$0.24
per GB per month
Pricing
Amazon Relational Database Service (RDS)Amazon Redshift
Editions & Modules
Amazon RDS for PostgreSQL
$0.24 ($0.48)
per hour, R5 Large (R5 Extra Large)
Amazon RDS for MariaDB
$0.25 ($0.50)
per hour, R5 Large (R5 Extra Large)
Amazon RDS for MySQL
$0.29 ($0.58)
per hour, R5 Large (R5 Extra Large)
Amazon RDS for Oracle
$0.482 ($0.964)
per hour, R5 Large (R5 Extra Large)
Amazon RDS for SQL Server
$1.02 ($1.52)
per hour, R5 Large (R5 Extra Large)
Redshift Managed Storage
$0.24
per GB per month
Current Generation
$0.25 - $13.04
per hour
Previous Generation
$0.25 - $4.08
per hour
Redshift Spectrum
$5.00
per terabyte of data scanned
Offerings
Pricing Offerings
Amazon RDSAmazon Redshift
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeOptionalNo setup fee
Additional Details
More Pricing Information
Community Pulse
Amazon Relational Database Service (RDS)Amazon Redshift
Considered Both Products
Amazon RDS
Chose Amazon Relational Database Service (RDS)
Redshift is massively scalable but has some limitations that we weren't willing to accept (no JSONB). It also has its own distinct flavor of SQL, and there isn't as much content online about Redshift's flavor of SQL versus postgres'. In the end, we just didn't need to kind of …
Chose Amazon Relational Database Service (RDS)
We've evaluated using [Amazon Relational Database Service (RDS)] against same-capability configurations with MySQL/MariaDB, PostgreSQL, and even Amazon Redshift (though, we haven't evaluated redshift in quite some time). Assuming RDS checks all the boxes for the requirements of …
Chose Amazon Relational Database Service (RDS)
AWS RDS provides multiple Engines as compared to Google SQL AWS RDS provides more than 5 read replicas which a Google SQL does not AWS RDS is a cheaper option than Redshift for smaller datasets. Redshift is a Dataware house and must be used for super large datasets only …
Chose Amazon Relational Database Service (RDS)
AWS was selected by the customer so we moved to RDS for some Db's where its compatible to make is more maintenance friendly
Chose Amazon Relational Database Service (RDS)
People use both RDS and Redshift and both allow you to use your traditional database over cloud. But both RDS and Redshift have their own different usages. RDS is particularly suit[ed] for Online Transaction processing systems ( OLTP) whereas, Redshift is used for analytics and …
Chose Amazon Relational Database Service (RDS)
[Amazon Relational Database Service (RDS)] is much better to have everything in the cloud instead of having it on-premise once you can get all the benefits from Cloud. Of course, it can be a bit expensive if your company it's not growing anymore but if you check it in detail, …
Chose Amazon Relational Database Service (RDS)
Amazon RDS provides more configuration ability, and also it's scalable and highly available for real-time response to the complex query.
Chose Amazon Relational Database Service (RDS)
There really isn't a comparable service. Azure was surprisingly complicated to set up and crashed at odd points during a POC without much help. We looked at Rackspace to check it out, but as most of our infrastructure is in AWS, any benefit to Rackspace's offerings were …
Amazon Redshift
Chose Amazon Redshift
Most of our stack is on AWS, so while Snowflake and BigQuery was a viable option from a performance perspective, it was easier to integrate with RedShift. We considered hosting SQL Server on AWS or using Amazon RDS (Postgres or MySQL), however, the self-service aspect of …
Top Pros
Top Cons
Best Alternatives
Amazon Relational Database Service (RDS)Amazon Redshift
Small Businesses
SingleStore
SingleStore
Score 9.8 out of 10
Google BigQuery
Google BigQuery
Score 8.6 out of 10
Medium-sized Companies
SingleStore
SingleStore
Score 9.8 out of 10
Snowflake
Snowflake
Score 9.0 out of 10
Enterprises
SingleStore
SingleStore
Score 9.8 out of 10
Snowflake
Snowflake
Score 9.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon Relational Database Service (RDS)Amazon Redshift
Likelihood to Recommend
8.7
(128 ratings)
8.0
(37 ratings)
Likelihood to Renew
8.6
(5 ratings)
-
(0 ratings)
Usability
9.0
(5 ratings)
10.0
(9 ratings)
Availability
9.0
(1 ratings)
-
(0 ratings)
Performance
7.0
(1 ratings)
-
(0 ratings)
Support Rating
9.6
(13 ratings)
9.0
(7 ratings)
Online Training
10.0
(1 ratings)
-
(0 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
10.0
(1 ratings)
Product Scalability
9.0
(1 ratings)
-
(0 ratings)
User Testimonials
Amazon Relational Database Service (RDS)Amazon Redshift
Likelihood to Recommend
Amazon AWS
Amazon Relational Database Service is a perfect fit for everyone who is seeking for an high-performance cloud-based database service. No matter if Postgres, Oracle, or any other type of relational database. Amazon RDS is our first choice for any kind of database requirement in the cloud. Especially I like the scalability.
Read full review
Amazon AWS
If the number of connections is expected to be low, but the amounts of data are large or projected to grow it is a good solutions especially if there is previous exposure to PostgreSQL. Speaking of Postgres, Redshift is based on several versions old releases of PostgreSQL so the developers would not be able to take advantage of some of the newer SQL language features. The queries need some fine-tuning still, indexing is not provided, but playing with sorting keys becomes necessary. Lastly, there is no notion of the Primary Key in Redshift so the business must be prepared to explain why duplication occurred (must be vigilant for)
Read full review
Pros
Amazon AWS
  • Automated Database Management: We use it for streamlining routine tasks like software patching and database backups.
  • Scalability on Demand: we use it to handle traffic spikes, scaling both vertically and horizontally.
  • Database Engine Compatibility: It works amazingly with multiple database engines used by different departments within our organization including MySQL, PostgreSQL, SQL Server, and Oracle.
  • Monitoring: It covers our extensive monitoring and logging, and also has great compatibility with Amazon CloudWatch
Read full review
Amazon AWS
  • [Amazon] Redshift has Distribution Keys. If you correctly define them on your tables, it improves Query performance. For instance, we can define Mapping/Meta-data tables with Distribution-All Key, so that it gets replicated across all the nodes, for fast joins and fast query results.
  • [Amazon] Redshift has Sort Keys. If you correctly define them on your tables along with above Distribution Keys, it further improves your Query performance. It also has Composite Sort Keys and Interleaved Sort Keys, to support various use cases
  • [Amazon] Redshift is forked out of PostgreSQL DB, and then AWS added "MPP" (Massively Parallel Processing) and "Column Oriented" concepts to it, to make it a powerful data store.
  • [Amazon] Redshift has "Analyze" operation that could be performed on tables, which will update the stats of the table in leader node. This is sort of a ledger about which data is stored in which node and which partition with in a node. Up to date stats improves Query performance.
Read full review
Cons
Amazon AWS
  • It is a little difficult to configure and connect to an RDS instance. The integration with ECS can be made more seamless.
  • Exploring features within RDS is not very easy and intuitive. Either a human friendly documentation should be added or the User Interface be made intuitive so that people can explore and find features on their own.
  • There should be tools to analyze cost and minimize it according to the usage.
Read full review
Amazon AWS
  • We've experienced some problems with hanging queries on Redshift Spectrum/external tables. We've had to roll back to and old version of Redshift while we wait for AWS to provide a patch.
  • Redshift's dialect is most similar to that of PostgreSQL 8. It lacks many modern features and data types.
  • Constraints are not enforced. We must rely on other means to verify the integrity of transformed tables.
Read full review
Likelihood to Renew
Amazon AWS
We do renew our use of Amazon Relational Database Service. We don't have any problems faced with RDS in place. RDS has taken away lot of overhead of hosting database, managing the database and keeping a team just to manage database. Even the backup, security and recovery another overhead that has been taken away by RDS. So, we will keep on using RDS.
Read full review
Amazon AWS
No answers on this topic
Usability
Amazon AWS
I've been using AWS Relational Database Services in several projects in different environments and from the AWS products, maybe this one together to EC2 are my favourite. They deliver what they promise. Reliable, fast, easy and with a fair price (in comparison to commercial products which have obscure license agreements).
Read full review
Amazon AWS
Just very happy with the product, it fits our needs perfectly. Amazon pioneered the cloud and we have had a positive experience using RedShift. Really cool to be able to see your data housed and to be able to query and perform administrative tasks with ease.
Read full review
Support Rating
Amazon AWS
I have only had good experiences in working with AWS support. I will admit that my experience comes from the benefit of having a premium tier of support but even working with free-tier accounts I have not had problems getting help with AWS products when needed. And most often, the docs do a pretty good job of explaining how to operate a service so a quick spin through the docs has been useful in solving problems.
Read full review
Amazon AWS
The support was great and helped us in a timely fashion. We did use a lot of online forums as well, but the official documentation was an ongoing one, and it did take more time for us to look through it. We would have probably chosen a competitor product had it not been for the great support
Read full review
Online Training
Amazon AWS
the online training & digital content available on the web from AWS was having sufficient information to deploy and run the service
Read full review
Amazon AWS
No answers on this topic
Alternatives Considered
Amazon AWS
In a few words, we are just to confortable working with oracle and sql server. Using RDS add another layer of distributed database in order to backup everything we have in case of a disaster and also complies with authorities locally and internacionally. All database we use, are local in custom servers that we maintain, but we agree to expand this.
Read full review
Amazon AWS
Than Vertica: Redshift is cheaper and AWS integrated (which was a plus because the whole company was on AWS).
Than BigQuery: Redshift has a standard SQL interface, though recently I heard good things about BigQuery and would try it out again.
Than Hive: Hive is great if you are in the PB+ range, but latencies tend to be much slower than Redshift and it is not suited for ad-hoc applications.
Read full review
Contract Terms and Pricing Model
Amazon AWS
No answers on this topic
Amazon AWS
Redshift is relatively cheaper tool but since the pricing is dynamic, there is always a risk of exceeding the cost. Since most of our team is using it as self serve and there is no continuous tracking by a dedicated team, it really needs time & effort on analyst's side to know how much it is going to cost.
Read full review
Return on Investment
Amazon AWS
  • RDS is costly and thus small business should avoid it as it might not be worthful (in ROI perspective)
  • Downtime is very low and there are automated backups thus we dont have to worry much about technical stuff and can focus more on marketing and sales
  • Due to various automated features such as automated backup etc we dont need a huge technical team thus reducing the cost of maintaining a huge technical team ,
Read full review
Amazon AWS
  • Our company is moving to the AWS infrastructure, and in this context moving the warehouse environments to Redshift sounds logical regardless of the cost.
  • Development organizations have to operate in the Dev/Ops mode where they build and support their apps at the same time.
  • Hard to estimate the overall ROI of moving to Redshift from my position. However, running Redshift seems to be inexpensive compared to all the licensing and hardware costs we had on our RDBMS platform before Redshift.
Read full review
ScreenShots

Amazon RDS Screenshots

Screenshot of A look inside the RDS console.