Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF9FE92C1 for ; Fri, 2 Mar 2012 20:00:21 +0000 (UTC) Received: (qmail 31607 invoked by uid 500); 2 Mar 2012 20:00:21 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 31573 invoked by uid 500); 2 Mar 2012 20:00:21 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 31565 invoked by uid 99); 2 Mar 2012 20:00:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 20:00:21 +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; Fri, 02 Mar 2012 20:00:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4F8245FAA for ; Fri, 2 Mar 2012 19:59:58 +0000 (UTC) Date: Fri, 2 Mar 2012 19:59:58 +0000 (UTC) From: "Lars Hofhansl (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1981472341.13712.1330718398327.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <543143926.13414.1330716117785.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5512) Add support for INCLUDE_AND_SEEK_USING_HINT 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/HBASE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221219#comment-13221219 ] Lars Hofhansl commented on HBASE-5512: -------------------------------------- I misspoke slightly. Filters can only return INCLUDE, SKIP, NEXT_COL, NEXT_ROW, and SEEK_NEXT_USING_HINT. ColumnTrackerd have the additional options of INCLUDE_AND_XXX. > Add support for INCLUDE_AND_SEEK_USING_HINT > ------------------------------------------- > > Key: HBASE-5512 > URL: https://issues.apache.org/jira/browse/HBASE-5512 > Project: HBase > Issue Type: Improvement > Reporter: Zhihong Yu > Assignee: Lars Hofhansl > > This came up from HBASE-2038 > From Anoop: > - What we wanted from the filter is include a row and then seek to the next row which we are interested in. I cant see such a facility with our Filter right now. Correct me if I am wrong. So suppose we already seeked to one row and this need to be included in the result, then the Filter should return INCLUDE. Then when the next next() call happens, then only we can return a SEEK_USING_HINT. So one extra row reading is needed. This might create even one unwanted HFileBlock fetch (who knows). > Can we add reseek() at higher level? > From Lars: > Yep, for that we'd need to add INCLUDE_AND_SEEK_USING_HINT (similar to the INCLUDE_AND_SEEK_NEXT_ROW that we already have). Shouldn't be hard to add, I'm happy to do that, if that's the route we want to go with this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira