ElasticSearch vs MongoDB vs Cassandra for mailer logs
问题 I have a mailer system where in we send 1-2 lakhs mail everyday and then we store all the clicks / opens actions of those mail. This is currently working fine in MySQL. But now with increasing traffic, we are facing some performance issue with Mysql. So we are thinking of shifting to Elastic / Cassandra / Mongo. My possible queries include a) Getting user which have opened / clicked a specific mail or not. b) Calculating open rate / click rate for mail I think cassandra might not fit here