Quickest way to delete enormous MySQL table

前端 未结 11 2153
半阙折子戏
半阙折子戏 2020-12-23 12:28

I have an enormous MySQL (InnoDB) database with millions of rows in the sessions table that were created by an unrelated, malfunctioning crawler running on the same server a

11条回答
  •  不知归路
    2020-12-23 13:20

    Have you tried to use "drop"? I've used it on tables over 20GB and it always completes in seconds.

提交回复
热议问题