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
·

1 Repo

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

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

    xataio/pgroll

    6,502Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,502
  1. Home
  2. Data & Databases
  3. Column Population
  4. Trigger-Based Backfills