Hbase architecture and description

Source: Internet
Author: User

Hmaster: master node of the database

Hregionserver: A physical node is usually a single computer. An hregionserver contains multiple hregion. If a table contains 0.1 billion rows of data, it may be dispersed in different region of a regionserver.

Store: each column family is a store. when data is inserted, It is inserted in memstore. After a while, it is written into storefile by memstore. After a while, hbase starts a background thread, merge different storefiles to delete the rows whose flag is deleted.

Hfile: Each storefile is stored in only one hfile, and each hfile is distributed in the HFS file. Therefore, the storage is fully deployed.

Note: In hbase table design, each row is basically a column family with values and does not have values on two or more column families. The table design is sparse.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.