Whenever I try to delete a large table using
truncate table the_huge_table;
and wait a few minutes, I see that nothing is happening. On the other hand, I don’t want to delete the whole table because I’m not sure how to regenerate it, so I wonder what is the best way to easily empty this monster?
source
share