Phpmyadmin freezes on query, db too big?

前端 未结 4 1976
忘掉有多难
忘掉有多难 2021-01-15 16:58

I got two tables (one with 33k rows and another with 7k rows). I want to compare the two tables and delete the rows in which the two id\'s dont match. But when i send off th

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-15 17:12

    Does Freeze imply it's working but never updates/ never "finishes" the task?

    If so,
    I have had a similar thing and found they've been due to having more than one index on a column, for example a column has a PRIMARY index and an index named after the column, so check your indexes

提交回复
热议问题