Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 44582 invoked from network); 15 Apr 2010 14:41:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Apr 2010 14:41:57 -0000 Received: (qmail 11048 invoked by uid 500); 15 Apr 2010 14:41:57 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 11012 invoked by uid 500); 15 Apr 2010 14:41:57 -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 11004 invoked by uid 99); 15 Apr 2010 14:41:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 14:41:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jesse.mcconnell@gmail.com designates 209.85.217.221 as permitted sender) Received: from [209.85.217.221] (HELO mail-gx0-f221.google.com) (209.85.217.221) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 14:41:53 +0000 Received: by gxk21 with SMTP id 21so651538gxk.5 for ; Thu, 15 Apr 2010 07:41:32 -0700 (PDT) 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:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=N610tiV/N7EMHGlCIRIkabQcOKMdlENmS/G1r8h7FQ8=; b=lL0pOvSjqB09h4iL6va1q+Ynt7EUCmtqY85wqYAgagQhEleawCW71rVeIx3pE+thYT vx48sH0UYSkDOPjGKpYomXIVU0wTyRIaBsiZ8+gwOAvMuPRESI+QDze+pUHItpCVKtZ8 k3NQ3FfLAx8y/xztDpiExqDOFLKh6gwwo4rmM= 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:content-transfer-encoding; b=FRpH94qkhCi7kX34G+jEQvqgmJdUAvFp+QFA8Ss9+sQZc8Drx7SyJX/wff8sZOtuDU aS/HK8bTxD5fKCWkZCLOM87Y1sn/vynSkJxmOgq66AwupU3Um7Kq5XY1R6xLWazCZLzc xG13HZJrsGn3y0fWvVBdCyCO/eBkUC79T1BfY= MIME-Version: 1.0 Received: by 10.90.86.7 with HTTP; Thu, 15 Apr 2010 07:41:32 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Apr 2010 09:41:32 -0500 Received: by 10.90.18.37 with SMTP id 37mr246910agr.15.1271342492140; Thu, 15 Apr 2010 07:41:32 -0700 (PDT) Message-ID: Subject: Re: How to implement TOP TEN in Cassandra From: Jesse McConnell To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable http://arin.me/code/wtf-is-a-supercolumn-cassandra-data-model if memory serves that article explains it cheers, jesse -- jesse mcconnell jesse.mcconnell@gmail.com On Thu, Apr 15, 2010 at 09:36, Pablo Viojo wrote: > Your question is too general to give you an appropiate answer. Can you > elaborate it a little more? > > Regards, > Pablo Viojo > Project lead on data storage et al. > http://www.needish.com | pablo@needish.com > > http://twitter.com/tiopaul (@tiopaul) | LinkedIn profile: > http://cl.linkedin.com/in/pviojo > > > On Thu, Apr 15, 2010 at 7:39 AM, Allen He wrote: >> >> Hi , all >> How to implement TOP TEN=C2=A0in Cassandra, >> For example , Top ten stories in Digg.com >> How to model. >> Thanks >