[ https://issues.apache.org/jira/browse/HADOOP-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stack updated HADOOP-2495: -------------------------- Attachment: perf-3.patch Other minor improvements including adding a configuration for hlog sequence file compression. Was doing RECORD level, the default from hadoop. Set default to NONE. It saves a few per-cent. If folks want compressed log files, they'll probably want to do BLOCK level anyways presuming file is full of lots of small hbase edits. > [hbase] minor performance improvements: Slim-down BatchOperation > ---------------------------------------------------------------- > > Key: HADOOP-2495 > URL: https://issues.apache.org/jira/browse/HADOOP-2495 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Reporter: stack > Priority: Minor > Fix For: 0.16.0 > > Attachments: perf-2.patch, perf-3.patch, perf.patch > > > A couple of little improvements slimming down the hot > BatchOperation.readFields method that is responsible for most object > creations during a bulk update. Also, make a ByteBuffer once searching > column family rather than one per character get. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.