Re: Limit total number of columns for multiget_slice

2010-08-04 Thread Jonathan Ellis
No. I can't think of a data model where that would be a good fit. On Wed, Aug 4, 2010 at 5:15 PM, Kartal Guner wrote: > Hello, I want to know if the following is possible: > > > > I want to query multiple keys in a column family.  I want to limit the total > # of columns returned. > > > > The nu

Limit total number of columns for multiget_slice

2010-08-04 Thread Kartal Guner
Hello, I want to know if the following is possible: I want to query multiple keys in a column family. I want to limit the total # of columns returned. The number of columns for a given key can be anywhere from 0 to several million. For example I want to get 50 columns total from keys A & C. I