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.
Post History
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...
#3: Post edited
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?**
#2: Post edited
I need to rename one column in 170 tables in my 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?**
- 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: Initial revision
Can renaming a MySQL column be sped up by dropping indexes or foreign keys?
I need to rename one column in 170 tables in my 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?**