Re: Cassandra: maximum size of collection list type

2016-12-01 Thread DuyHai Doan
<vla...@winguzone.com> > *Reply-To: *"user@cassandra.apache.org" <user@cassandra.apache.org> > *Date: *Thursday, December 1, 2016 at 10:34 AM > *To: *user <user@cassandra.apache.org> > *Subject: *Re: Cassandra: maximum size of collection list type > > > > As doc s

Re: Cassandra: maximum size of collection list type

2016-12-01 Thread Jeff Jirsa
0:34 AM To: user <user@cassandra.apache.org> Subject: Re: Cassandra: maximum size of collection list type As doc says: The maximum size of an item in a collection is 64K. Keep collections small to prevent delays during querying because Cassandra reads a collection in its entirety. The collection is not pa

Re: Cassandra: maximum size of collection list type

2016-12-01 Thread Vladimir Yudovin
As doc says: The maximum size of an item in a collection is 64K. Keep collections small to prevent delays during querying because Cassandra reads a collection in its entirety. The collection is not paged internally. As discussed earlier, collections are designed to store only a small amount

Re: Cassandra: maximum size of collection list type

2016-12-01 Thread Benjamin Roth
You can read it in the docs but i think it was 2^16 aka 64k Am 01.12.2016 18:00 schrieb "Selvam Raman" : > Hi, > > What is the maximum size which can be stored into collection list(in a row > ) in cassandra. > > -- > Selvam Raman > "லஞ்சம் தவிர்த்து நெஞ்சம் நிமிர்த்து" >

Re: Cassandra: maximum size of collection list type

2016-12-01 Thread Selvam Raman
I am getting the below error when i am having huge list( greater than 3lakh). "Cassandra timeout during write query at consistency LOCAL_ONE (1 replica were required but only 0 acknowledged the write)" 2016-12-01 16:20 GMT+00:00 Selvam Raman : > Hi, > > What is the maximum