1 Repo
Strategies for splitting a distributed hash ring's data across multiple keys to reduce write contention.
Distinguishing note: No candidate covers splitting ring data across multiple KV store keys; candidates are about hardware key registrations or general KV stores.
Explore 1 awesome GitHub repository matching devops & infrastructure · Distributed Hash Ring Key Splitting. Refine with filters or upvote what's useful.
Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro
Splits ring state across multiple KV store keys to reduce write contention and latency.