I don't think Lazyboy exposes range queries [that is, iterating rows whose keys you do not know ahead of time]. Pycassa does, though.
On Thu, Apr 1, 2010 at 12:05 PM, Gary <daxia...@gmail.com> wrote: > I am trying out the lazyboy library to access cassandra, I was able to get > the data in and out using Record save/load functions. Is there a way to get > a slice, or all the records under a CF so I can iterate? It is probably a > naive question, as I am just getting into this field.... > Thanks, > Gary