You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/14 17:53:00 UTC

[jira] [Resolved] (HBASE-6739) Single put should avoid batch overhead when autoflush is on

     [ https://issues.apache.org/jira/browse/HBASE-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-6739.
----------------------------------------
    Resolution: Duplicate

> Single put should avoid  batch overhead when autoflush is on
> ------------------------------------------------------------
>
>                 Key: HBASE-6739
>                 URL: https://issues.apache.org/jira/browse/HBASE-6739
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jimmy Xiang
>            Priority: Minor
>
> Currently, even when autoflush is on, a single put is handled the same way as if autoflush is off: convert the put to multi-action, create a callable, hand it to an executor to process, wait for it to complete.
> We can avoid this overhead for single put if autoflush is on.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)