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

A MemStore implementation with in memory flushes to CellBlocks

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      After HBASE-10648 we can plugin any implementation for MemStore. This issue aims at coming up with an implementation, in which we will have in between in memory flushes. This will reduce the need to keep lots of KVs in heap as well as in CSLM. CSLM perform poor when no# items in it increases. We can keep create CellBlocks (contigous byte[] like HFile block) out of KVs and keep it as one object rather than many KVs. At some point in time, MemStore might have N CellBlocks and one CSLM.

      These in memory CellBlocks can be compacted to one bigger block in between. We can target that in follow on tasks once the basic code is ready.

      Attachments

        1. HBASE-10713_WIP.patch
          73 kB
          Anoop Sam John

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: