Tag

jump hash

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Feb 13, 2020 · Fundamentals

Understanding Jump Consistent Hash: Principles, Implementation, and Performance

This article explains the principle of jump consistent hashing, compares it with traditional ring‑based methods, shows a step‑by‑step implementation with Go code, and discusses its performance advantages and potential optimizations for distributed key‑value storage systems.

Consistent HashGoalgorithm
0 likes · 6 min read
Understanding Jump Consistent Hash: Principles, Implementation, and Performance
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 9, 2019 · Databases

Cross‑Database JOIN and Distributed Query Planning in DBLE Middleware

This tutorial explains how DBLE splits tables using different rules, demonstrates cross‑database INNER, LEFT, and RIGHT JOINs with jump‑hash sharding, and details the distributed query plan and sorting optimization that reduces join complexity in a middleware environment.

DBLEQuery PlanningSQL
0 likes · 7 min read
Cross‑Database JOIN and Distributed Query Planning in DBLE Middleware