We are making the move from MySQL to a globally-distributed, NoSQL solution due to hitting the performance ceiling. One consideration is Cassandra.
Our rows are small (6 fields, ~100bytes per row), but we need to store 250 million of them. At most, our searches will return 1000 rows at a time, based on 2 fields.
I am reading a lot about wide rows, but not sure our data model will work.
Is Cassandra suitable for storing this type of data?