[ 
https://issues.apache.org/jira/browse/HBASE-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178293#comment-13178293
 ] 

Lars Hofhansl commented on HBASE-4926:
--------------------------------------

bq. In this case, the user had a region that had gigs of deletes in it that had 
to be skipped

I was thinking about how to actually optimize the case.
When looking at the code in trunk I found that HBASE-4585 probably fixes this 
particular issue.
                
> DebugFilter; counts how many KVs skipped before result found, counts 
> storefiles we tripped over
> -----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4926
>                 URL: https://issues.apache.org/jira/browse/HBASE-4926
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>
> I'm not sure this possible but chatting w/ J-D after he finished helping a 
> crew who had a slow scan, we need ways to help folks figure out why stuff is 
> slow on the server side.  In this case, the user had a region that had gigs 
> of deletes in it that had to be skipped before the scanner got to a value to 
> return so scans looked slow though working 'correctly'.  If the user could 
> enable a DebugFilter than did counts of what Scans were skipping and size of 
> data skipped among other things, it might help w/ the situation above -- and 
> perhaps with others (What else could we count in a filter?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to