Re: Internal structure of api calls

2010-02-01 Thread Erik Holstad
Thanks a lot Brandon!

Re: Internal structure of api calls

2010-02-01 Thread Brandon Williams
On Mon, Feb 1, 2010 at 3:48 PM, Erik Holstad wrote: > Hey guys! > > I'm totally new to Cassandra and have a couple of question about the > internal structure of some of the calls. > > When using the slicerange(count) for the get calls, does the actual result > being truncated on the server > or i

Internal structure of api calls

2010-02-01 Thread Erik Holstad
Hey guys! I'm totally new to Cassandra and have a couple of question about the internal structure of some of the calls. When using the slicerange(count) for the get calls, does the actual result being truncated on the server or is it happening on the client ie is it more efficient than the regula