Tag

jumpStringHash

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 12, 2019 · Databases

Comparison of Consistent Hash (Ring Hash) and JumpStringHash for DBLE Sharding

This article explains the principles, characteristics, and performance trade‑offs of the consistent‑hash (ring‑hash) and jumpstringhash sharding algorithms used by DBLE, presents test results on variance, latency and data balance, and concludes why DBLE prefers jumpstringhash.

Consistent HashShardingdatabases
0 likes · 7 min read
Comparison of Consistent Hash (Ring Hash) and JumpStringHash for DBLE Sharding
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 18, 2019 · Databases

DBLE Sharding Algorithms Overview and Introduction of the JumpStringHash Algorithm

This article reviews the seven sharding algorithms supported by DBLE, introduces the unique JumpStringHash algorithm with its configuration and usage details, summarizes the complete XML rule examples for all algorithms, and links to the previous series articles for further reference.

DBLEDatabaseSharding
0 likes · 6 min read
DBLE Sharding Algorithms Overview and Introduction of the JumpStringHash Algorithm