pg-osc (Online Schema Change) is a CLI tool for making non-blocking schema changes to large PostgreSQL tables. It creates a shadow table, copies data incrementally, and swaps tables with minimal downtime. Ideal for high-traffic applications, pg-osc lets teams modify database structures safely in production environments.
Features
- Perform non-blocking ALTER TABLE operations
- Uses shadow table and trigger-based syncing
- Minimal downtime during schema changes
- Progress reporting and resumable execution
- CLI interface for ease of use and automation
- Safe rollback and dry-run capabilities
Categories
DatabaseLicense
MIT LicenseFollow pg-osc
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of pg-osc!