Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Can renaming a MySQL column be sped up by dropping indexes or foreign keys?
Post
Can renaming a MySQL column be sped up by dropping indexes or foreign keys?
+3
−0
I need to rename one column in 170 tables in a MySQL database and its going really slow.
The columns all have an index plus a foreign key on them, would dropping the index/temporarily removing the foreign key speed up the process?
1 comment thread