HBase Table Details

Summary panel

The following table describes the selected table metrics in the summary panel:

MetricDescription
Store File SizeSize of files stored on the disk.
Num Store FilesNumber of store files.
Read/WriteThe number of read and write requests.
EnabledTrue or False based on whether the table was enabled or not.
CompactionSpecifies if the table was in compaction.
Num RegionsThe number of regions in the table.
OnlineThe number of regions in online state.
OfflineThe number of regions in offline state.
FailedThe number of regions in failed state.
SplitThe number of regions in split state.
OtherThe number of any other existing regions.

Region Size For Table

Region size for table displays a bar chart describing the region size per host in the table. Hover over each bar in the chart to view the region Id and region size.

Note Click to download the data in the .xlxs format.

Region Hotspots

In HBase, hotspotting occurs when a Region Server receives most or all of the read and write requests.

You can view hotspotting based on the following:

  1. readRequestCount: Number of read requests.
  2. writeRequestCount: Number of write requests.
  3. storeFileSize: Total size of storefiles.
  4. memStoreSize: MemStore is where the data is stored before being written on the actual disk. MemStoreSize is the size of the memStore.
alt

alt

Region Details

The following table describes the region metrics.

MetricsDescription
Region NameName of the region.
Start KeyStart Key value for storing records in the region.
End KeyEnd Key value for storing records in the region.
Read RequestNumber of read requests sent to the region.
Write RequestNumber of write requests sent to the region.
LocalityPercentage of data locality in the region.

To view the store files of the region, click the down arrow key. The following table describes the details of the store files for every region.

MetricDescription
File PathPath where the files are stored.
File SizeSize of the file.
HostName of the host or region server.
Modification TimeDate and time when the store file was last modified.

Compaction

Compaction in HBase is used to manage small files that were created from large files like in TB. Major compaction is used for multiple files into one file and minor compaction is used for two files into one.

The following table describes the compaction details for the selected table.

MetricDescription
RegionRegion ID.
Region ServerHost or ID of the region server.
Num. Compacting KVsNumber of key values in compacting state.
Num. Compacted KVsNumber of key values that have finished compacting.
Compaction ProgressPercentage of the compaction progress.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard