Candost's Blog

55d: Key-Value Partitioning (Key or Hash)

2022-08-26
Updated on 2023-09-21

In hash partitioning, we use hash functions for ranges to distribute data evenly between partitions. The range-based partitions still have the disadvantage of loading one partition with more data. With hash functions, we solve this problem. Putting the identifier into a hash function produces a unique hash. We can then use this hash to write data to a related partition.


Reply via email

or comment below.

Comments
  • Latest
  • Oldest
  • Hottest
No comment yet.
Powered by Waline v3.5.7