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 2D6597015 for ; Thu, 28 Jul 2011 15:40:35 +0000 (UTC) Received: (qmail 86090 invoked by uid 500); 28 Jul 2011 15:40:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 86012 invoked by uid 500); 28 Jul 2011 15:40:34 -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 85995 invoked by uid 99); 28 Jul 2011 15:40:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2011 15:40:34 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Thu, 28 Jul 2011 15:40:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4B91E8FCAC for ; Thu, 28 Jul 2011 15:40:10 +0000 (UTC) Date: Thu, 28 Jul 2011 15:40:10 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <1431827759.15870.1311867610306.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-1938) Make in-memory table scanning faster 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-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072402#comment-13072402 ] stack commented on HBASE-1938: ------------------------------ Sounds great nkeywal. Thanks for digging in here. > Make in-memory table scanning faster > ------------------------------------ > > Key: HBASE-1938 > URL: https://issues.apache.org/jira/browse/HBASE-1938 > Project: HBase > Issue Type: Improvement > Components: performance > Reporter: stack > Assignee: nkeywal > Priority: Blocker > Fix For: 0.90.4, 0.92.0 > > Attachments: 20110726_1938_KeyValueSkipListSet.patch, 20110726_1938_MemStore.patch, 20110726_1938_MemStoreScanPerformance.java, MemStoreScanPerformance.java, MemStoreScanPerformance.java, caching-keylength-in-kv.patch, test.patch > > > This issue is about profiling hbase to see if I can make hbase scans run faster when all is up in memory. Talking to some users, they are seeing about 1/4 million rows a second. It should be able to go faster than this (Scanning an array of objects, they can do about 4-5x this). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira