A 64k element list will not be performant. Even 10% of that will be painful for 
many users. 

 

 

 

 

From: Vladimir Yudovin <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 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 of 
data.
Never insert more than 64K items in a collection. 
If you insert more than 64K items into a collection, only 64K of them will be 
queryable, resulting in data loss.
 

Best regards, Vladimir Yudovin, 

Winguzone - Cloud Cassandra Hosting

 

 

---- On Thu, 01 Dec 2016 12:17:23 -0500 Benjamin Roth <benjamin.r...@jaumo.com> 
wrote ----

 

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" <sel...@gmail.com>:

Hi,

 

What is the maximum size which can be stored into collection list(in a row ) in 
cassandra.

 

-- 

Selvam Raman

"லஞ்சம் தவிர்த்து நெஞ்சம் நிமிர்த்து"

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to