2 Repos
Rewriting storage blocks to exclude deleted time series and marking original blocks for removal.
Distinguishing note: None of the candidates cover permanent removal of deleted data from blocks; they focus on block storage architectures or dependency-based deletion blocks.
Explore 2 awesome GitHub repositories matching data & databases · Block Data Purging. 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
Rewrites storage blocks to exclude deleted time series and marks original blocks for removal.
Erigon is an Ethereum execution client and blockchain archive node designed to maintain full or archive copies of the blockchain. It functions as a Proof-of-Stake validator, an Ethereum RPC server, and a network validator operation tool, providing the core infrastructure to validate blocks and secure the chain. The project distinguishes itself through high-performance storage and data distribution, utilizing a flat key-value state storage system instead of a Merkle Patricia Trie to increase read and write speeds. It employs BitTorrent-based data distribution for immutable historical blockchai
Removes all blocks, bodies, and transactions from the database to facilitate a fresh synchronization process.