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 A9AC2D244 for ; Tue, 30 Oct 2012 21:48:13 +0000 (UTC) Received: (qmail 10407 invoked by uid 500); 30 Oct 2012 21:48:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 10348 invoked by uid 500); 30 Oct 2012 21:48:13 -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 10217 invoked by uid 99); 30 Oct 2012 21:48:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 21:48:13 +0000 Date: Tue, 30 Oct 2012 21:48:13 +0000 (UTC) From: "Varun Sharma (JIRA)" To: issues@hbase.apache.org Message-ID: <1254588687.47079.1351633693259.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HBASE-7075) Allow ColumnPaginationFilter to accept qualifier name as input MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Varun Sharma created HBASE-7075: ----------------------------------- Summary: Allow ColumnPaginationFilter to accept qualifier name as input Key: HBASE-7075 URL: https://issues.apache.org/jira/browse/HBASE-7075 Project: HBase Issue Type: Improvement Components: Filters Reporter: Varun Sharma Assignee: Varun Sharma Currently column pagination filter takes (offset, limit) as the parameters. It then scans through until offset and then retrieves "limit" number of columns. A lot of times we can do pagination in the following manner: 1) Provide offset=0, limit=50 2) Get obtained and then Provide offset=, limit=50 to get the next set of columns. Since we can seek to column qualifier names - this will allow for faster pagination using columns and ColumnPaginationFilter (particularly if there are millions of columns). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira