Re: what happens while node is bootstrapping?

2012-10-15 Thread John Lewis
Bootstrapping nodes do not handle reads requests until the bootstrap process is complete. JLewis On Oct 13, 2012, at 11:19 PM, Andrey Ilinykh wrote: > Hello, everybody! > I'd like to clarify a bootstrapping process. As far as I understand, > bootstrapping node starts to accept writes immediate

Re: moving data from single node cassandra

2011-03-17 Thread John Lewis
| data_file_directories makes it seem as though cassandra can use more than one location for sstable storage. Does anyone know how it splits up the data between partitions? I am trying to plan for just about every worst case scenario I can right now, and I want to know if I can change the config

Re: how large can a cluster over the WAN be?

2011-03-08 Thread John Lewis
reading on the topics you have provided. Thanks again Lewis On Mar 7, 2011, at 11:52 PM, Robert Coli wrote: > On Mon, Mar 7, 2011 at 11:32 AM, John Lewis wrote: >> When you say decent latency and throughput what numbers do you consider >> decent? I know throughput would be highly d

Re: how large can a cluster over the WAN be?

2011-03-07 Thread John Lewis
When you say decent latency and throughput what numbers do you consider decent? I know throughput would be highly dependent on the quantity of kb shoved through the pipe so I would expect throughput needs would be highly dependent on the data actually in cassandra. Thanks for the info, I am ge