Skip to main content

Regions

  • Chapter
  • First Online:
Apache HBase Primer
  • 935 Accesses

Abstract

In Apache HBase data is stored in a table but a table is not the fundamental unit. HBase is designed for big data and a single table would be unwieldy to store big data. A table is sorted by a row key lexicographically. To store data of scale a table is made up of one or more regions; in fact, it’s typically several regions spread across several RegionServers. A region is a subset of a table’s data. When a table is created, it consists of only one region by default. The whole capacity of the cluster could be said to be underutilized when data is first loaded into an empty table because the data is sent to a single RegionServer.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 29.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2016 Deepak Vohra

About this chapter

Cite this chapter

Vohra, D. (2016). Regions. In: Apache HBase Primer. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-2424-3_9

Download citation

Publish with us

Policies and ethics