Open
Description
I want to migrate our UUID columns (or other hex columns) to the binary data type in MySQL, with minimal downtime.
My first idea was to create ghost tables manually and keep them in sync with the original table using triggers. But I wonder if I can go triggerless and use binary logs instead.
Metadata
Metadata
Assignees
Labels
No labels