You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2014/09/25 00:54:33 UTC

[jira] [Commented] (HBASE-12090) Bytes: more Unsafe, more Faster

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

Vladimir Rodionov commented on HBASE-12090:
-------------------------------------------

I have done some additional optimizations to *Bytes* class and now I can see >15% performance improvement in my Get(s) from block cache test (single thread).

Before: 44K gets per sec.
After:  52K gets per sec.

The similar improvement, I think, should be in a Scanner iterations from block cache. 

> Bytes: more Unsafe, more Faster 
> --------------------------------
>
>                 Key: HBASE-12090
>                 URL: https://issues.apache.org/jira/browse/HBASE-12090
>             Project: HBase
>          Issue Type: Improvement
>          Components: Performance
>    Affects Versions: 0.94.23, 0.98.6
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>             Fix For: 1.0.0, 2.0.0, 0.98.7, 0.94.24
>
>         Attachments: HBASE-12090.patch
>
>
> Additional optimizations to *org.apache.hadoop.hbase.util.Bytes*:
> * New version of compareTo method.
> * New versions for primitive converters  : putXXX/toXXX.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)