MAX(), DISTINCT and group by in Cassandra
With Cassandra you solve these kinds of problems by doing more work when you insert your data — which sounds like it would be slow, but Cassandra is designed for fast writes, and you’re probably going to read the data many more times than you write it so it makes sense when you consider the … Read more