What error are you getting?

Remember, get_count() is still just about as much work for cassandra as
getting the whole row; the only advantage is it doesn't have to send the
whole row back to the client.

If you're counting 3+ million columns frequently, it's time to take a look
at counters.

- Tyler

On Fri, Nov 26, 2010 at 10:33 AM, Marcin <mar...@33concept.com> wrote:

> Hi guys,
>
> I have a key with 3million+ columns but when I am trying to run get_count
> on it its getting me error if setting limit more than 46000+ any ideas?
>
> In previous API there was no predicate at all so it was simply counting
> number of columns now its not so simple any more.
>
> Please let me know if that is a bug or I do something wrong.
>
>
> cheers,
> /Marcin
>

Reply via email to