2 Repos
The process of wiping a replica and performing a fresh base backup from the primary to recover from corruption.
Distinct from Primary-Replica Replication: Specifically covers the destructive recovery process of re-cloning a replica, not general replication protocols.
Explore 2 awesome GitHub repositories matching data & databases · Replica Reinitialization. Refine with filters or upvote what's useful.
Algodeck is an open-source collection of flash cards designed for reviewing algorithms, data structures, and system design concepts, specifically curated for technical interview preparation. The project organizes knowledge into atomic question-and-answer pairs and incorporates spaced repetition scheduling to optimize long-term memory retention. The flash card catalog covers a broad range of computer science topics, including classic sorting algorithms like quicksort and mergesort, data structure operations for arrays, trees, heaps, tries, and graphs, as well as bit manipulation techniques for
Explains hinted handoff for temporarily storing writes during replica failures.
Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL clusters and their supporting infrastructure. It functions as a cluster management platform and high-availability suite that automates failover, manages virtual IPs, and ensures data consistency through distributed consensus. The project distinguishes itself by providing a comprehensive database infrastructure-as-code framework and a dedicated observability stack. It incorporates a backup and recovery manager supporting point-in-time recovery via S3-compatible object storage, alongs
Implements a recovery mechanism that wipes corrupted replicas and re-initializes them from a fresh base backup.