Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 74596 invoked from network); 13 Apr 2010 15:44:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 15:44:12 -0000 Received: (qmail 73382 invoked by uid 500); 13 Apr 2010 15:44:11 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 73355 invoked by uid 500); 13 Apr 2010 15:44:11 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 73312 invoked by uid 99); 13 Apr 2010 15:44:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:44:11 +0000 X-ASF-Spam-Status: No, hits=-1277.1 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; Tue, 13 Apr 2010 15:44:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3DFhndV012614 for ; Tue, 13 Apr 2010 11:43:49 -0400 (EDT) Message-ID: <9998329.26691271173429351.JavaMail.jira@thor> Date: Tue, 13 Apr 2010 11:43:49 -0400 (EDT) From: "Paul Kist (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (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 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 Fix For: 0.20.3 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