angaonkar
>> Reply-To:
>> Date: Wednesday, January 22, 2014 at 7:17 PM
>> To:
>> Subject: Any Limits on number of items in a collection column type
>>
>> Hi,
>>
>> On C* 2.0.0. 3 Node cluster.
>>
>> I have a column daycount list. The col
bytes per item.
>
> From: Manoj Khangaonkar
> Reply-To:
> Date: Wednesday, January 22, 2014 at 7:17 PM
> To:
> Subject: Any Limits on number of items in a collection column type
>
> Hi,
>
> On C* 2.0.0. 3 Node cluster.
>
> I have a column daycount list. The col
I didn¹t read your question properly. Collections are limited to 64K items,
not 64K bytes per item.
From: Manoj Khangaonkar
Reply-To:
Date: Wednesday, January 22, 2014 at 7:17 PM
To:
Subject: Any Limits on number of items in a collection column type
Hi,
On C* 2.0.0. 3 Node cluster.
I
Yes, I¹ve experienced this as well. It looks like you¹re getting the number
of items inserted mod 64K.
From: Manoj Khangaonkar
Reply-To:
Date: Wednesday, January 22, 2014 at 7:17 PM
To:
Subject: Any Limits on number of items in a collection column type
Hi,
On C* 2.0.0. 3 Node cluster
Hi,
On C* 2.0.0. 3 Node cluster.
I have a column daycount list. The column is storing a count.
Every few secs a new count is appended. The total count for the day is the
sum of all items in the list.
My application logs indicate I wrote about 11 items to the column for a
particular row. As