Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 70057 invoked from network); 24 Feb 2011 15:05:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2011 15:05:09 -0000 Received: (qmail 52348 invoked by uid 500); 24 Feb 2011 15:05:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 52084 invoked by uid 500); 24 Feb 2011 15:05:07 -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 51761 invoked by uid 99); 24 Feb 2011 15:05:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 15:05:01 +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; Thu, 24 Feb 2011 15:04:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 95344195F12 for ; Thu, 24 Feb 2011 15:04:38 +0000 (UTC) Date: Thu, 24 Feb 2011 15:04:38 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: <1936346925.13600.1298559878607.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (CASSANDRA-2239) Avoid recreating index comparators at each call of indexFor 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-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2239: ---------------------------------------- Attachment: 0001-Avoid-recreation-of-indexInfo-comparators.patch > Avoid recreating index comparators at each call of indexFor > ----------------------------------------------------------- > > Key: CASSANDRA-2239 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2239 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Sylvain Lebresne > Assignee: Sylvain Lebresne > Fix For: 0.7.3 > > Attachments: 0001-Avoid-recreation-of-indexInfo-comparators.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > We only ever need two IndexInfo comparators for each AbstractType (a forward and a reverse one), yet we recreate them at each call of indexFor. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira