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 C45761803C for ; Thu, 28 May 2015 00:57:18 +0000 (UTC) Received: (qmail 2429 invoked by uid 500); 28 May 2015 00:57:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2392 invoked by uid 500); 28 May 2015 00:57:18 -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 2381 invoked by uid 99); 28 May 2015 00:57:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2015 00:57:18 +0000 Date: Thu, 28 May 2015 00:57:18 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13761) Optimize FuzzyRowFilter 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-13761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-13761: --------------------------- Attachment: (was: 13761-v8.patch) > Optimize FuzzyRowFilter > ----------------------- > > Key: HBASE-13761 > URL: https://issues.apache.org/jira/browse/HBASE-13761 > Project: HBase > Issue Type: Improvement > Components: Filters > Affects Versions: 2.0.0, 1.1.0, 0.98.13 > Reporter: Vladimir Rodionov > Assignee: Vladimir Rodionov > Priority: Minor > Fix For: 2.0.0, 0.98.14, 1.2.0, 1.1.1 > > Attachments: HBASE-13761-branch-1.patch, HBASE-13761.patch, HBASE-13761_2.patch, HBASE-13761_4.patch, HBASE-13761_5.patch, HBASE-13761_6.patch, HBASE-13761_7.patch > > > FuzzyRowFilter has some room for improvements: a lot of byte-by-byte arithmetic, non-efficient algorithm of selecting next candidate row etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)