Re: Getting all the keys from a ColumnFamily ?

2010-05-04 Thread Jonathan Ellis
get_range_slices with an empty list of column names should work On Tue, May 4, 2010 at 3:02 PM, Chris Dean wrote: > I have a ColumnFamily with a small number of keys, but each key has a > large number of columns. > > What's the best way to get just the keys back?  I don't want to load all > the c

Getting all the keys from a ColumnFamily ?

2010-05-04 Thread Chris Dean
I have a ColumnFamily with a small number of keys, but each key has a large number of columns. What's the best way to get just the keys back? I don't want to load all the columns if I don't have to. There also isn't necessarily any column names in common between the different rows. Cheers, Chri