Amazon Kinesis vs. Amazon Redshift

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon Kinesis
Score 8.0 out of 10
N/A
Amazon Kinesis is a streaming analytics suite for data intake from video or other disparate sources and applying analytics for machine learning (ML) and business intelligence.
$0.01
per GB data ingested / consumed
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 KinesisAmazon Redshift
Editions & Modules
Amazon Kinesis Video Streams
$0.00850
per GB data ingested / consumed
Amazon Kinesis Data Streams
$0.04
per hour per stream
Amazon Kinesis Data Analytics
$0.11
per hour
Amazon Kinesis Data Firehose
tiered pricing starting at $0.029
per month first 500 TB ingested
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 KinesisAmazon Redshift
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Amazon KinesisAmazon Redshift
Considered Both Products
Amazon Kinesis
Chose Amazon Kinesis
The main benefit was around set up - incredibly easy to just start using Kinesis. Kinesis is a real-time data processing platform, while Kafka is more of a message queue system. If you only need a message queue from a limited source, Kafka may do the job. More complex use …
Amazon Redshift

No answer on this topic

Top Pros
Top Cons
Features
Amazon KinesisAmazon Redshift
Streaming Analytics
Comparison of Streaming Analytics features of Product A and Product B
Amazon Kinesis
8.3
2 Ratings
3% above category average
Amazon Redshift
-
Ratings
Real-Time Data Analysis10.01 Ratings00 Ratings
Data Ingestion from Multiple Data Sources9.02 Ratings00 Ratings
Low Latency9.02 Ratings00 Ratings
Integrated Development Tools9.02 Ratings00 Ratings
Data wrangling and preparation10.01 Ratings00 Ratings
Linear Scale-Out6.12 Ratings00 Ratings
Data Enrichment5.01 Ratings00 Ratings
Best Alternatives
Amazon KinesisAmazon Redshift
Small Businesses
IBM Streams
IBM Streams
Score 9.0 out of 10
Google BigQuery
Google BigQuery
Score 8.6 out of 10
Medium-sized Companies
Confluent
Confluent
Score 7.4 out of 10
Snowflake
Snowflake
Score 9.0 out of 10
Enterprises
Spotfire Streaming
Spotfire Streaming
Score 8.1 out of 10
Snowflake
Snowflake
Score 9.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon KinesisAmazon Redshift
Likelihood to Recommend
9.0
(3 ratings)
8.0
(37 ratings)
Usability
-
(0 ratings)
10.0
(9 ratings)
Support Rating
7.1
(2 ratings)
9.0
(7 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
Amazon KinesisAmazon Redshift
Likelihood to Recommend
Amazon AWS
Amazon Kinesis is a great replacement for Kafka and it works better whenever the components of the solution are AWS based. Best if extended fan-out is not required, but still price-performance ratio is very good for simplifying maintenance.
I would go with a different option if the systems to be connected are legacy, for instance in the case of traditional messaging clients.
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
  • Processing huge loads of data
  • Integrating well with IoT Platform on Amazon
  • Integration with overall AWS Ecosystem
  • Scalability
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
  • Not a queue system, so little visibility into "backlog" if there is any
  • Confusing terminology to make sure events aren't missed
  • Sometimes didn't seem to trigger Lambda functions, or dropped events when a lot came in
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
Usability
Amazon AWS
No answers on this topic
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
The documentation was confusing and lacked examples. The streams suddenly stopped working with no explanation and there was no information in the logs. All these were more difficult when dealing with enhanced fan-out. In fact, we were about to abort the usage of Kinesis due to a misunderstanding with enhanced fan-out.
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
Alternatives Considered
Amazon AWS
The main benefit was around set up - incredibly easy to just start using Kinesis. Kinesis is a real-time data processing platform, while Kafka is more of a message queue system. If you only need a message queue from a limited source, Kafka may do the job. More complex use cases, with low latency, higher volume of data, real time decisions and integration with multiple sources and destination at a decent price, Kinesis is better.
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
  • Caused us to need to re-engineer some basic re-try logic
  • Caused us to drop some content without knowing it
  • Made monitoring much more difficult
  • We eventually switched back to SQS because Kinesis is not the same as a Queue system
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