awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • xataio/pgrollالصورة الرمزية لـ xataio

    xataio/pgroll

    6,502عرض على 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
    عرض على GitHub↗6,502
  1. Home
  2. Data & Databases
  3. Column Population
  4. Trigger-Based Backfills