How To Schema Consolidation

Audit a sprawling multi-server data estate (many cloned schemas that have drifted) and safely consolidate the copies of a table into one, using a column-level schema diff. Use when handed many servers/schemas that each cloned the same tables, or asked to "consolidate schemas", "merge duplicate tables", "compare schemas across servers", "schema diff", "which columns differ across environments", "dedupe tables", "measure data dictionary coverage", or before merging any table that exists in more than one database. Walks the 6-step pipeline - input, sample data, objective, find-skills, build (coverage + redundancy + drift audit, schema-diff matrix, merged superset DDL), expert review - and never merges on the intersection.

phoebefu6 Updated

File contents

phoebefu6/phoebe-data-skills/tree/main/plugins/how-to-schema-consolidation/skills/how-to-schema-consolidation commit 6fd470c7e8

Frequently asked questions

npx skillmds@latest add phoebefu6/how-to-schema-consolidation