Our application has users that can write in upwards of 50 million records per day. However, they all write the same format of records (20 fields…columns). Should I put each user in their own column family, even though the column family schema will be the same per user?
Would this help with dimensioning, if each user is querying their keyspace and only their keyspace? Trevor Francis