unsubscribe

2015-07-25 Thread Sridhar Chellappa
unsubscribe

Re: Backup strategy

2013-11-07 Thread Sridhar Chellappa
Yes. I am taking a Snapshot and then offloading the full data into S3. How will Table Snap help? On Wed, Nov 6, 2013 at 6:57 AM, Robert Coli wrote: > On Tue, Nov 5, 2013 at 4:36 PM, Sridhar Chellappa > wrote: > >> >>1. *If not, what is the right backup strateg

Backup strategy

2013-11-05 Thread Sridhar Chellappa
We are running into problems where Backup jobs are taking away a huge bandwidth out of the C* nodes. While we can schedule a particular timing window for backups alone, the request pattern is so random; there is no particular time where we can schedule backups, periodically. My current thinking is

Cassandra Reads

2013-09-06 Thread Sridhar Chellappa
Folks, When I read Column(s) from a table, does Cassandra read only that column? Or, does it read the entire row into memory and then filters out the contents to send only the requested column(s) ?