From cassandra-user-return-2584-apmail-incubator-cassandra-user-archive=incubator.apache.org@incubator.apache.org Wed Feb 17 15:50:57 2010 Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 57399 invoked from network); 17 Feb 2010 15:50:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Feb 2010 15:50:57 -0000 Received: (qmail 18641 invoked by uid 500); 17 Feb 2010 15:50:57 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 18623 invoked by uid 500); 17 Feb 2010 15:50:57 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 18614 invoked by uid 99); 17 Feb 2010 15:50:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2010 15:50:57 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of driftx@gmail.com designates 209.85.221.197 as permitted sender) Received: from [209.85.221.197] (HELO mail-qy0-f197.google.com) (209.85.221.197) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2010 15:50:49 +0000 Received: by qyk35 with SMTP id 35so4570164qyk.6 for ; Wed, 17 Feb 2010 07:50:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=vHDFryOTZayqGGf5vKprQrecJFSFSWpF+GVLERkF2Dk=; b=bN/c5+oSjG9nr3dS32GU4isLK3fVHlTdWNit8kB2AAbTU2gU8fELHU2GSvoBSSbC2b 4tdLkDfUVz2//6oZTCe2CikAGhsJwQmfCwyxp/4d7F27AIWGeruPZZr8pBMw9dT3EHMW 07L9pnB29UD5Uv1XkLCjrN4uxAIArI5xGn66Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=bnqbPSv7aT7oEfTTaCL4Me/sITC7KdujVRMb1ATvj9zJkHWsHLUU4y/nkQqMqXzimK Z0PYtun8A54aFV9pR+kgRvzSiC4lGC+JzJJdVHC/v1Br0yAqTc7mMIWmGbdlF+/Jm5Px KMFtvc/erqxf5QuI0aebGS1xZkhbtOk4K72p4= MIME-Version: 1.0 Received: by 10.229.242.12 with SMTP id lg12mr327885qcb.84.1266421828273; Wed, 17 Feb 2010 07:50:28 -0800 (PST) In-Reply-To: <9b048d181002170748t7379dcfen57537618ec97459b@mail.gmail.com> References: <9b048d181002170748t7379dcfen57537618ec97459b@mail.gmail.com> Date: Wed, 17 Feb 2010 09:50:28 -0600 Message-ID: Subject: Re: Row with many columns From: Brandon Williams To: cassandra-user@incubator.apache.org Content-Type: multipart/alternative; boundary=0016362851e635c4fa047fcdcfe2 X-Virus-Checked: Checked by ClamAV on apache.org --0016362851e635c4fa047fcdcfe2 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Feb 17, 2010 at 9:48 AM, ruslan usifov wrote: > Hello > > For example if we have table, which have rows with many columns (10000 or > more) how this data will by partitioned?? I expect that one row may by slit > on some nodes. But look at source of cassandra i think that one row store on > one node, and never slits, or i be mistaken?? You are correct, a row must fit on a node. -Brandon --0016362851e635c4fa047fcdcfe2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Wed, Feb 17, 2010 at 9:48 AM, ruslan usifov <= span dir=3D"ltr"><ruslan.usif= ov@gmail.com> wrote:
Hello

For example if we have table, which have rows with many column= s (10000 or more) how this data will by partitioned?? I expect that one row= may by slit on some nodes. But look at source of cassandra i think that on= e row store on one node, and never slits, or i be mistaken??

You are correct, a row must fit on a node.

-Brandon
--0016362851e635c4fa047fcdcfe2--