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

DBE encode path improvements

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.99.0
    • None
    • None
    • Reviewed

    Description

      Here 1st we write KVs (Cells) into a buffer and then passed to DBE encoder. Encoder again reads kvs one by one from the buffer and encodes and creates a new buffer.
      There is no need to have this model now. Previously we had option of no encode in disk and encode only in cache. At that time the read buffer from a HFile block was passed to this and encodes.
      So encode cell by cell can be done now. Making this change will need us to have a NoOp DBE impl which just do the write of a cell as it is with out any encoding.

      Attachments

        1. HBASE-10835.patch
          133 kB
          Anoop Sam John
        2. HBASE-10835_V5.patch
          137 kB
          Anoop Sam John
        3. HBASE-10835_V4.patch
          137 kB
          Anoop Sam John
        4. HBASE-10835_V3.patch
          136 kB
          Anoop Sam John
        5. HBASE-10835_V2.patch
          136 kB
          Anoop Sam John

        Activity

          People

            anoop.hbase Anoop Sam John
            anoop.hbase Anoop Sam John
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: