You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2010/04/08 02:57:36 UTC

[jira] Created: (HBASE-2424) Use old code path for small amounts of batch puts

Use old code path for small amounts of batch puts
-------------------------------------------------

                 Key: HBASE-2424
                 URL: https://issues.apache.org/jira/browse/HBASE-2424
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.3
            Reporter: ryan rawson
             Fix For: 0.20.5


the new multi put is great, but it has lots of threads and other things that seem unnecessary for a single put.  so use the old code when the put batch is small.  Perhaps a count of 8 would be a reasonable heuristic.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.