Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 59197 invoked from network); 6 Apr 2011 00:59:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2011 00:59:45 -0000 Received: (qmail 55625 invoked by uid 500); 6 Apr 2011 00:59:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 55606 invoked by uid 500); 6 Apr 2011 00:59:45 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 55597 invoked by uid 99); 6 Apr 2011 00:59:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 00:59:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 00:59:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E1D9394FD4 for ; Wed, 6 Apr 2011 00:59:05 +0000 (UTC) Date: Wed, 6 Apr 2011 00:59:05 +0000 (UTC) From: "Ryan King (JIRA)" To: commits@cassandra.apache.org Message-ID: <769503326.36642.1302051545921.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-1205) Unify Partitioners and AbstractTypes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan King updated CASSANDRA-1205: --------------------------------- Fix Version/s: (was: 0.8) 1.0 > Unify Partitioners and AbstractTypes > ------------------------------------ > > Key: CASSANDRA-1205 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1205 > Project: Cassandra > Issue Type: Improvement > Reporter: Stu Hood > Priority: Critical > Fix For: 1.0 > > > There is no good reason for Partitioners to have different semantics than AbstractTypes. Instead, we should probably have 2 partitioners: Random and Ordered, where the Ordered partitioner requires an AbstractType to be specified, defaulting to BytesType. > One solution [suggested by jbellis|https://issues.apache.org/jira/browse/CASSANDRA-767?focusedCommentId=12841565&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12841565] is to have AbstractType generate a collation id (essentially, a Token) for a set of bytes. > Looking forward, we should probably consider laying the groundwork to add native support for compound row keys here as well. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira