Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 94415 invoked from network); 14 Apr 2010 22:51:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 22:51:11 -0000 Received: (qmail 59558 invoked by uid 500); 14 Apr 2010 22:51:11 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 59539 invoked by uid 500); 14 Apr 2010 22:51:11 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 59531 invoked by uid 99); 14 Apr 2010 22:51:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 22:51:11 +0000 X-ASF-Spam-Status: No, hits=-1289.9 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; Wed, 14 Apr 2010 22:51:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3EMoofg012010 for ; Wed, 14 Apr 2010 18:50:50 -0400 (EDT) Message-ID: <3750067.127371271285450316.JavaMail.jira@thor> Date: Wed, 14 Apr 2010 18:50:50 -0400 (EDT) From: "Jonathan Gray (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2438) Addition of a Column Pagination Filter 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/HBASE-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857134#action_12857134 ] Jonathan Gray commented on HBASE-2438: -------------------------------------- Looks good Paul! > Addition of a Column Pagination Filter > -------------------------------------- > > Key: HBASE-2438 > URL: https://issues.apache.org/jira/browse/HBASE-2438 > Project: Hadoop HBase > Issue Type: New Feature > Components: filters > Affects Versions: 0.20.3 > Reporter: Paul Kist > Assignee: Paul Kist > Attachments: hbase-2438-0.20.3-v2.patch, hbase-2438-0.20.3-v3.patch, hbase-2438-0.20.3.patch > > Original Estimate: 8h > Remaining Estimate: 8h > > Client applications may need to do pagination, depending on the number of columns returned, it may be more efficient to perform pagination algorithms at the database level (similar to SQL's LIMIT and OFFSET). This will be an additional filter taking two parameters: > - page > - pageSize > For every row, that gets returned, only a subset of columns are returned based on page and pageSize > If the page / pageSize column goes over the limits, then no results are returned from the filter. > A practical example for using a filter like this may be for folks doing Row-based indexing with Hbase. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira