Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1D9CA200BD4 for ; Thu, 1 Dec 2016 19:35:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1C426160B0B; Thu, 1 Dec 2016 18:35:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3F9DA160B05 for ; Thu, 1 Dec 2016 19:35:09 +0100 (CET) Received: (qmail 74866 invoked by uid 500); 1 Dec 2016 18:35:07 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 74856 invoked by uid 99); 1 Dec 2016 18:35:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2016 18:35:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3E281C03A5 for ; Thu, 1 Dec 2016 18:35:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.899 X-Spam-Level: * X-Spam-Status: No, score=1.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=winguzone.com Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id mb9VpTisvs5f for ; Thu, 1 Dec 2016 18:35:05 +0000 (UTC) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 78AD35F64B for ; Thu, 1 Dec 2016 18:35:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1480617293; s=zoho; d=winguzone.com; i=vladyu@winguzone.com; h=Date:From:To:Message-Id:In-Reply-To:References:Subject:MIME-Version:Content-Type; l=4456; bh=01gq4f8QeNBon3QUfKT4Z9rA5TXkplgCuSiioTvpzSc=; b=SIdL5Sf0vMf1lXO9q9aU6CZhSVAsc/mpZUuvcPL+FTd+90750jRnLM/TO9dyJXxT 3lVMpxttioi7xdnpKNsPV9B/crifSzoRobmXXP5QKKhtMwiBpSJDPsW/7Lko/UYA5Ft TKc/pTLLARvCdKr3I4wrc6KsFIIZLW1C5N7SdQXU= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1480617293883343.9964540284017; Thu, 1 Dec 2016 10:34:53 -0800 (PST) Date: Thu, 01 Dec 2016 13:34:53 -0500 From: Vladimir Yudovin To: "user" Message-Id: <158bbaaf833.12957cf71177060.1746080307990219038@winguzone.com> In-Reply-To: References: Subject: Re: Cassandra: maximum size of collection list type MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_556562_1407421487.1480617293878" X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail archived-at: Thu, 01 Dec 2016 18:35:10 -0000 ------=_Part_556562_1407421487.1480617293878 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.=20 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,=20 Winguzone - Cloud Cassandra Hosting ---- On Thu, 01 Dec 2016 12:17:23 -0500 Benjamin Roth <benjamin.roth@jau= mo.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" <selmna@gmail.com>: Hi, What is the maximum size which can be stored into collection list(in a row = ) in cassandra. --=20 Selvam Raman "=E0=AE=B2=E0=AE=9E=E0=AF=8D=E0=AE=9A=E0=AE=AE=E0=AF=8D =E0=AE=A4=E0=AE=B5= =E0=AE=BF=E0=AE=B0=E0=AF=8D=E0=AE=A4=E0=AF=8D=E0=AE=A4=E0=AF=81 =E0=AE=A8= =E0=AF=86=E0=AE=9E=E0=AF=8D=E0=AE=9A=E0=AE=AE=E0=AF=8D =E0=AE=A8=E0=AE=BF= =E0=AE=AE=E0=AE=BF=E0=AE=B0=E0=AF=8D=E0=AE=A4=E0=AF=8D=E0=AE=A4=E0=AF=81" ------=_Part_556562_1407421487.1480617293878 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable =
As doc says:
  •  The maximum siz= e of an item in a collection is 64K.
  • Keep collection= s small to prevent delays during querying because Cassandra reads a collect= ion in its entirety. The collection is not paged internally.
    As discusse= d 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 - Clou= d Cassandra Hosting


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

You can read it in the = docs but i think it was 2^16 aka 64k


A= m 01.12.2016 18:00 schrieb "Selvam Raman" <selmna@gmail.com>:
Hi,

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

--
Selvam Raman
"=E0=AE=B2=E0=AE=9E=E0=AF= =8D=E0=AE=9A=E0=AE=AE=E0=AF=8D =E0=AE=A4=E0=AE=B5=E0=AE=BF=E0=AE=B0=E0=AF= =8D=E0=AE=A4=E0=AF=8D=E0=AE=A4=E0=AF=81 =E0=AE=A8=E0=AF=86=E0=AE=9E=E0=AF= =8D=E0=AE=9A=E0=AE=AE=E0=AF=8D =E0=AE=A8=E0=AE=BF=E0=AE=AE=E0=AE=BF=E0=AE= =B0=E0=AF=8D=E0=AE=A4=E0=AF=8D=E0=AE=A4=E0=AF=81"
<= /div>

------=_Part_556562_1407421487.1480617293878--