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 E159D69D7 for ; Sat, 2 Jul 2011 18:58:45 +0000 (UTC) Received: (qmail 13493 invoked by uid 500); 2 Jul 2011 18:58:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 13472 invoked by uid 500); 2 Jul 2011 18:58:44 -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 13462 invoked by uid 99); 2 Jul 2011 18:58:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2011 18:58:44 +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; Sat, 02 Jul 2011 18:58: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 941AD437D83 for ; Sat, 2 Jul 2011 18:58:22 +0000 (UTC) Date: Sat, 2 Jul 2011 18:58:22 +0000 (UTC) From: "Jeremy Hanna (JIRA)" To: commits@cassandra.apache.org Message-ID: <1190804306.162.1309633102603.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-1125) Filter out ColumnFamily rows that aren't part of the query 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-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059098#comment-13059098 ] Jeremy Hanna commented on CASSANDRA-1125: ----------------------------------------- So does this only include key ranges - that's what it sounds like. And indexes are out for now too, it sounds like - e.g. where timebucket = 12345. > Filter out ColumnFamily rows that aren't part of the query > ---------------------------------------------------------- > > Key: CASSANDRA-1125 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1125 > Project: Cassandra > Issue Type: New Feature > Components: Hadoop > Reporter: Jeremy Hanna > Assignee: Mck SembWever > Priority: Minor > Fix For: 1.0 > > Attachments: 1125-formatted.txt, CASSANDRA-1125.patch > > > Currently, when running a MapReduce job against data in a Cassandra data store, it reads through all the data for a particular ColumnFamily. This could be optimized to only read through those rows that have to do with the query. > It's a small change but wanted to put it in Jira so that it didn't fall through the cracks. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira