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

Add CompositeBucketCache to support tiered BC

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • BlockCache
    • None

    Description

      LruBlockCache is not suitable in the following scenarios:
      (1) cache size too large (will take too much heap memory, and evictBlocksByHfileName is not so efficient, as HBASE-23277 mentioned)
      (2) block evicted frequently, especially cacheOnWrite & prefetchOnOpen are enabled.
      Since block‘s data is reclaimed by GC, this may affect GC performance.
      So how about enabling a Bucket based L1 Cache.

      Attachments

        Issue Links

          Activity

            People

              javaman_chen chenxu
              javaman_chen chenxu
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: