Re: skip + limit support in GetSlice

2010-09-06 Thread Michal Augustýn
ut it should be faster > because > much less data is transferred (and the latency can be hidden by > concurrency). > > Martin > > -- > *From:* Michal Augustýn [mailto:augustyn.mic...@gmail.com] > *Sent:* Monday, September 06, 2010 10:26 AM > &

RE: skip + limit support in GetSlice

2010-09-06 Thread Dr . Martin Grabmüller
ncurrency). Martin From: Michal Augustýn [mailto:augustyn.mic...@gmail.com] Sent: Monday, September 06, 2010 10:26 AM To: user@cassandra.apache.org Subject: Re: skip + limit support in GetSlice Hi Mike, yes, I

Re: skip + limit support in GetSlice

2010-09-06 Thread Michal Augustýn
server (to avoid huge network traffic)... > > 2010/9/5 Stu Hood > >> Cassandra supports the recommended approach from: >> http://www.percona.com/ppc2009/PPC2009_mysql_pagination.pdf >> >> For large numbers of items, skip + limit is extremely inefficent. >> >&g

Re: skip + limit support in GetSlice

2010-09-05 Thread Mike Peters
ip + limit is extremely inefficent. -Original Message- From: "Michal Augustýn" mailto:augustyn.mic...@gmail.com>> Sent: Sunday, September 5, 2010 5:39am To: user@cassandra.apache.org <mailto:user@cassandra.apache.org> Subject: skip + limit s

Re: skip + limit support in GetSlice

2010-09-05 Thread Michal Augustýn
icent. > > -Original Message- > From: "Michal Augustýn" > Sent: Sunday, September 5, 2010 5:39am > To: user@cassandra.apache.org > Subject: skip + limit support in GetSlice > > Hello, > > probably this is feature request. Simply, I would like to have su

RE: skip + limit support in GetSlice

2010-09-05 Thread Stu Hood
m To: user@cassandra.apache.org Subject: skip + limit support in GetSlice Hello, probably this is feature request. Simply, I would like to have support for standard pagination (skip + limit) in GetSlice Thrift method. Is this feature on the road map? Now, I have to perform GetSlice call, that starts on ""

skip + limit support in GetSlice

2010-09-05 Thread Michal Augustýn
Hello, probably this is feature request. Simply, I would like to have support for standard pagination (skip + limit) in GetSlice Thrift method. Is this feature on the road map? Now, I have to perform GetSlice call, that starts on "" and "limit" is set to "skip" value. Then I read the last column