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

Avoid CellUtil.cloneRow in MetaCellComparator

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      In HBASE-26981, a flame graph shows that we spend a lot of CPUs in CellUtils.cloneXXX.

      Since we need to split the row to different parts when comparing, we can not use ByteBuffer compare directly, but as least, we should try to avoid copy the content when the Cell is stored in a ByteBuffer.

      Attachments

        Issue Links

          Activity

            People

              zhangduo Duo Zhang
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: