Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-6739

Single put should avoid batch overhead when autoflush is on

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jxiang Jimmy Xiang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: