Logical Replication
Everything on SkillVeris tagged Logical Replication — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Study Notes(1)
Interview Questions(2)
How Does Blue-Green Deployment Apply to Databases?
Blue-green deployment for databases means maintaining two full environments — the live blue database and an idle green database with the new schema and data fu…
What Strategies Exist for Upgrading a Production Database?
The main strategies for upgrading a production database are in-place upgrade (upgrade the existing server directly), blue-green upgrade (stand up a new version…