0 votes
in HBase by

How does Hbase provide high availabilityin HBase?

1 Answer

0 votes
by

Hbase uses a feature called region replication. In this feature for each region of a table, there will be multiple replicas that are opened in different RegionServers. The Load Balancer ensures that the region replicas are not co-hosted in the same region servers.

Related questions

0 votes
asked Jun 13, 2020 in HBase by Robindeniel
0 votes
asked Jun 13, 2020 in HBase by Robindeniel
...