Re: Rows and deletion

2011-02-21 Thread Jeremy Hanna
return them once you've reached the page size? > > Regards, > Ásgeir > > From: Tyler Hobbs [mailto:ty...@datastax.com] > Sent: 21. febrúar 2011 23:20 > To: user@cassandra.apache.org > Subject: Re: Rows and deletion > > Since its not posible t

RE: Rows and deletion

2011-02-21 Thread Ásgeir Halldórsson
Thanks for the fast response but that would be quite difficult on paging results, do you know if there is a fix in the works? Regards, Ásgeir From: Tyler Hobbs [mailto:ty...@datastax.com] Sent: 21. febrúar 2011 23:20 To: user@cassandra.apache.org Subject: Re: Rows and deletion

Re: Rows and deletion

2011-02-21 Thread Tyler Hobbs
> > Since its not posible to get accurate row range list because of ghost rows > atm. What is the best solution to get accurate list without ghosts. > Page through all of the rows normally, but skip rows which have zero columns. -- Tyler Hobbs Software Engineer, DataStax

Rows and deletion

2011-02-21 Thread Ásgeir Halldórsson
Hi, Since its not posible to get accurate row range list because of ghost rows atm. What is the best solution to get accurate list without ghosts. What I am doing is listing objects that has more data in detail. Regards, Ásgeir Halldórsson