In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
1. The design of column clusters
The number of clusters should be as few as possible, preferably no more than 3. Because each column cluster exists in an independent HFile, flush and compaction operations are carried out for a Region. When a lot of data in one column cluster needs flush, other column clusters need flush even if they have little data, thus resulting in a large number of unnecessary io operations.
In the case of multi-column clusters, note that the order of magnitude of the data of each column cluster should be the same. If the order of magnitude difference between the two column clusters is too large, the data scanning efficiency of the column clusters with a small order of magnitude will be inefficient.
Put frequently queried and infrequently queried data into different column clusters.
Because column clusters and column names are stored in each Cell of HBase, their names should be as short as possible. For example, replace mycolumnfamily:mycolumnqualifier with FRV Q
2. The design of rowkey
Avoid using incremental numbers or times as rowkey.
If rowkey is an integer, it saves more space in binary than in string.
Reasonably control the length of the rowkey, as short as possible, because the rowkey data will also be stored in each Cell.
If you need to pre-split the table into multiple region, it is best to customize the rules for splitting.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.