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

HBASE-2283 removed bulk sync optimization for multi-row puts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.90.0
    • None
    • Reviewed

    Description

      previously to HBASE-2283 we used to call flush/sync once per put(Put[]) call (ie: batch of commits). Now we do for every row.

      This makes bulk uploads slower if you are using WAL. Is there an acceptable solution to achieve both safety and performance by bulk-sync'ing puts? Or would this not work in face of atomic guarantees?

      discuss!

      Attachments

        1. hbase-2353.txt
          32 kB
          Todd Lipcon
        2. HBASE-2353_def_log_flush.patch
          2 kB
          Jean-Daniel Cryans

        Activity

          People

            tlipcon Todd Lipcon
            ryanobjc ryan rawson
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: