Hacker News new | ask | show | jobs
by redeyedtreefrog 1064 days ago
I found this on their tech blog from 2016: https://engineeringblog.yelp.com/2016/08/how-we-scaled-our-a...

Whether they really needed cassandra or whether it was just using fancy complicated tech for the sake of it, I couldn't say.

1 comments

Yeah sounds like they liked it because of the infinitely scalable storage and high write throughput, but don’t really get into if they were having issues with all that on MySQL. Also, they use the term “analytics” a lot, but it seems to be a different use case than typical OLAP workloads since they were serving this data to customers adhoc.
Scaling writes on MySQL/Postgres is a huge PITA once you hit the point where a single master on a chonky server can't handle it anymore and you lose most of the benefits of being on a relational db.