In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "how to deal with the Mysql sub-table of Hash algorithm". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next, let the editor take you to learn how to deal with the Mysql sub-table of the Hash algorithm.
Our hash algorithm in the sub-table is similar to this idea: calculate the table name of the data storage table through a certain hash algorithm through the ID or name of an original target, and then access the corresponding table.
Continue to take the above post bar, each post bar has a section name and a section ID, so these two values are fixed and unique, so we can consider doing some operations on one of these two values to get the name of a target table.
Now if we aim at our sticker bar system, assuming that the system allows a maximum of 100 million pieces of data, considering that each table holds 1 million records, then the whole system can hold no more than 100 tables. According to this standard, let's assume that we hash on the ID of Tieba, get a key value, which is the name of our table, and then access the corresponding table.
How to deal with Mysql sub-table based on Hash algorithm
We construct a simple hash algorithm:
Functionget_hash ($id) {
$str=bin2hex ($id)
$hash=substr ($str,0,4)
If (strlen ($hash)
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.