awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesReplica Reinitialization

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.

Awesome Replica Reinitialization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • teivah/algodeckAvatar von teivah

    teivah/algodeck

    5,819Auf GitHub ansehen↗

    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.

    HTML
    Auf GitHub ansehen↗5,819
  • pgsty/pigstyAvatar von pgsty

    pgsty/pigsty

    4,703Auf GitHub ansehen↗

    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.

    Shellgraphicsinfrapostgres
    Auf GitHub ansehen↗4,703
  1. Home
  2. Data & Databases
  3. Primary-Replica Replication
  4. Replica Reinitialization

Unter-Tags erkunden

  • Hinted HandoffTemporarily storing writes locally when replicas are unreachable and forwarding them upon recovery. **Distinct from Replica Reinitialization:** Distinct from Replica Reinitialization: focuses on temporary write buffering during failures, not full replica rebuilds.