Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F33D511453 for ; Mon, 11 Aug 2014 12:02:13 +0000 (UTC) Received: (qmail 46697 invoked by uid 500); 11 Aug 2014 12:02:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 46666 invoked by uid 500); 11 Aug 2014 12:02:13 -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 46652 invoked by uid 99); 11 Aug 2014 12:02:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 12:02:13 +0000 Date: Mon, 11 Aug 2014 12:02:13 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-6066) LHF 2i performance improvements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-6066. ------------------------------------------ Resolution: Invalid Fix Version/s: (was: 2.1.1) Seems like what I had in mind is no longer relevant, and the only obvious improvements I see in the code are far from LHF and probably not worth the extra complexity. Closing for now. > LHF 2i performance improvements > ------------------------------- > > Key: CASSANDRA-6066 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6066 > Project: Cassandra > Issue Type: Improvement > Reporter: Aleksey Yeschenko > Assignee: Lyuben Todorov > Labels: performance > > We should perform more aggressive paging over the index partition (costs us nothing) and also fetch the rows from the base table in one slice query (at least the ones belonging to the same partition). -- This message was sent by Atlassian JIRA (v6.2#6252)