I have a huge (poorly designed) InnoDB table with millions of records. When I query this guy the execution lasts several minutes. How can I ensure that during this time no other operations (queries, inserts or updates) are affected? The last thing I want is for deadlocks or timeouts for others while my query runs. […]
The post MySql query with no impact on other operations appeared first on BlogoSfera.