MySQL : Open-Source, Relational Database Management System

learn more… | top users | synonyms

1
vote
3answers
211 views
+50

TRUNCATE TABLE statement sometimes hangs

Why does the TRUNCATE TABLE statement hang sometimes? What are the reasons for this type of issue? I am migrating from MySQL to MariaDB. This problem doesn't happen with MySQL, only with MariaDB. ...