Factsheet
Isn't Snowflake exactly the same as Redshift?
Why is Redshift a no-go?
What is the most common use case for RedShift? What do you use RedShift for?
Is Redshift really that bad?
Don't use it for what it wasn't intended and you won't have a problem. EG: Don't try to use it for OLTP workloads. It's a columnar data store, and performant when used correctly.
Our enterprise data warehouse is built on top of redshift and it works great!
Things have also dramatically improved with the addition of the data lake approach for data storage and retrieval. Anything that wasn't performant enough on top of Redshift was moved to near-line storage in AWS Lake Formation, and surfaced to clients through redshift spectrum.
Things that needed real-ishโข time data, was eventually migrated to Kafka.
Just like everything else; when all you have is a hammer, everything looks like a nail. Most of the time, the DB is only one tool in your tool belt.
More on reddit.com