From user-return-6333-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Wed Jun 02 13:37:59 2010 Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 57221 invoked from network); 2 Jun 2010 13:37:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 13:37:59 -0000 Received: (qmail 11888 invoked by uid 500); 2 Jun 2010 13:37:58 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 11787 invoked by uid 500); 2 Jun 2010 13:37: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 11779 invoked by uid 99); 2 Jun 2010 13:37:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 13:37:57 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of leslieviljoen@gmail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 13:37:50 +0000 Received: by fxm6 with SMTP id 6so4634989fxm.31 for ; Wed, 02 Jun 2010 06:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=MBykafUUh0Chkd3xebLHrrf+JzobdqpNWv4awIBgjqo=; b=FvlUIQhMotAA5IxHkqhRwypJJvIzha8fGAD3/80eACtcwGvfqzjboZGL0M5oAZg828 QE+E1sqIrl3ViV/PNdE6Nt9ulGzqJouNT9H5EQhE7mr0wuJDCcNkH5DJOmWFSZTjW8NL pXGd1K18RCfKmwYAIlrSUH0WFtMM6ncgpEG0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=wqL4MhNOnWeJHTbRWKcfRQFIRvlJMMBJUr5alc1spOq4TcX75Ff+6Ppp0VH+QeDEXm 505QNL2J58GSOTJcWfjDR85HU/SGKU5ivSfg/CfjzJTyo6ddfIQ9uW8O1/k8kTeqyTCY UCJkj4q6FKuh1PUzHAIoaBMgAg4LPGoAsy3ts= Received: by 10.204.79.206 with SMTP id q14mr1790412bkk.30.1275485849512; Wed, 02 Jun 2010 06:37:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.66.129 with HTTP; Wed, 2 Jun 2010 06:37:09 -0700 (PDT) In-Reply-To: References: From: Leslie Viljoen Date: Wed, 2 Jun 2010 15:37:09 +0200 Message-ID: Subject: Re: Start key must sort before (or equal to) finish key in your partitioner To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, May 31, 2010 at 8:52 PM, Jonathan Ellis wrote: > OPP uses lexical ordering on the keys, which isn't going to be the > same as the natural order for a time-based uuid. *palmface*