MySQL 的线性哈希算法的正确名称是什么?

What is the proper name given to MySQL's Linear Hash algorithm?

https://dev.mysql.com/doc/refman/5.7/en/partitioning-linear-hash.html

我似乎无法在维基百科上找到对应的内容。

Consistent Hashing 是我能找到的最接近的。

它被称为'linear hashing':https://en.wikipedia.org/wiki/Linear_hashing

自 80 年代以来,它就被用来制作随着哈希表的增长而递增地重新哈希的哈希表。