Re: Any Limits on number of items in a collection column type

2014-01-23 Thread DuyHai Doan
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

Re: Any Limits on number of items in a collection column type

2014-01-22 Thread Manoj Khangaonkar
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

Re: Any Limits on number of items in a collection column type

2014-01-22 Thread Robert Wille
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

Re: Any Limits on number of items in a collection column type

2014-01-22 Thread Robert Wille
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

Any Limits on number of items in a collection column type

2014-01-22 Thread Manoj Khangaonkar
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