Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 97488 invoked from network); 3 Jun 2010 05:44:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 05:44:20 -0000 Received: (qmail 93136 invoked by uid 500); 3 Jun 2010 05:44:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 93114 invoked by uid 500); 3 Jun 2010 05:44:20 -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 93106 invoked by uid 99); 3 Jun 2010 05:44:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 05:44:19 +0000 X-ASF-Spam-Status: No, hits=-1492.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 05:44:19 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o535hw1b019647 for ; Thu, 3 Jun 2010 05:43:59 GMT Message-ID: <18331761.152371275543838849.JavaMail.jira@thor> Date: Thu, 3 Jun 2010 01:43:58 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1155) keep persistent row statistics In-Reply-To: <18304011.152321275543714691.JavaMail.jira@thor> 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-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874963#action_12874963 ] Jonathan Ellis commented on CASSANDRA-1155: ------------------------------------------- this metadata needs to be persisted (as a Meta file to go with Data Index and Filter), too. > keep persistent row statistics > ------------------------------ > > Key: CASSANDRA-1155 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1155 > Project: Cassandra > Issue Type: Sub-task > Components: Core > Reporter: Jonathan Ellis > Fix For: 0.7 > > > during flush and compaction we should keep row size statistics using EstimatedHistogram (column count, and row size), replacing min/max/total sizes in CFS. > having this detail will let us estimate, given an index CF, how many nodes we need to query to get the number of matching rows requested by the client. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.