I'm working on an application where data size and SQL queries are going to be heavy. I am thinking between Cassandra or Amazon SimpleDB. Can you please suggest which is more suitable in this kind of scenario?
Cassandra data indexing seems better than Amazon simpleDB, but the queries have fewer options compared to Amazon SimpleDB. Seems Amazon SimpleDB has heavy I/O rates.
Few of the complex use cases are user activities with different filters that user can put to narrow down to some interesting activities.
If you think there is anyother cleaner and better solution apart from these two, please suggest.