11.4. HBase Configurations

See Section 2.5.2, “Recommended Configurations”.

11.4.1. Number of Regions

The number of regions for an HBase table is driven by the Section 2.5.2.6, “Bigger Regions”. Also, see the architecture section on Section 9.7.1, “Region Size”

11.4.2. Managing Compactions

For larger systems, managing compactions and splits may be something you want to consider.

11.4.3. hbase.regionserver.handler.count

See Section 2.5.2.3, “hbase.regionserver.handler.count.

11.4.4. hfile.block.cache.size

See ???. A memory setting for the RegionServer process.

11.4.5. hbase.regionserver.global.memstore.upperLimit

See ???. This memory setting is often adjusted for the RegionServer process depending on needs.

11.4.6. hbase.regionserver.global.memstore.lowerLimit

See ???. This memory setting is often adjusted for the RegionServer process depending on needs.

11.4.7. hbase.hstore.blockingStoreFiles

See ???. If there is blocking in the RegionServer logs, increasing this can help.

11.4.8. hbase.hregion.memstore.block.multiplier

See ???. If there is enough RAM, increasing this can help.

11.4.9. hbase.regionserver.checksum.verify

Have HBase write the checksum into the datablock and save having to do the checksum seek whenever you read. See the release note on HBASE-5074 support checksums in HBase block cache.

comments powered by Disqus