awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesTrigger-Synced Column Backfills

Filling new columns from existing data during a migration and keeping them synchronized via triggers until completion.

Distinct from Data Backfilling: Distinct from Data Backfilling: focuses on trigger-synchronized backfill during schema migrations, not general missing value population.

Explore 1 awesome GitHub repository matching data & databases · Trigger-Synced Column Backfills. Refine with filters or upvote what's useful.

Awesome Trigger-Synced Column Backfills GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • xataio/pgrollAvatar xataio

    xataio/pgroll

    6,502Vezi pe GitHub↗

    pgroll is a PostgreSQL migration framework designed for zero-downtime schema changes. It applies non-blocking DDL operations that avoid exclusive locks on tables, and uses trigger-based column backfill to populate new columns while keeping them synchronized with old ones. The framework wraps each migration step in a database transaction that can be atomically committed or rolled back, and creates a versioned view layer that exposes both old and new schema versions simultaneously to client applications. The tool distinguishes itself by managing multiple schema versions via views, enabling safe

    Fills new columns from existing data and keeps them synchronized via triggers during migrations.

    Go
    Vezi pe GitHub↗6,502
  1. Home
  2. Data & Databases
  3. Data Backfilling
  4. Trigger-Synced Column Backfills