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-Based Backfills

Populates new columns by running batch UPDATE operations directly on the table while triggers maintain consistency.

Distinct from Column Population: Distinct from Column Population: focuses on backfilling columns during schema migrations with trigger-based synchronization, not general column population from iterators.

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

Awesome Trigger-Based 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

    Provides automated column backfill using batch updates and trigger-based synchronization during schema migrations.

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