Community

Updating Millions of Rows in MySQL With Common_schema

(Ike Walker) Last week I had to update several million rows in a single MySQL table. Rather that executing the update directly in the database, I decided to use common_schema’s split() function.

Read More - Register for Free Membership