This recipe helps you when you are in doubt about whether an obscure table is being used anymore, or if it has been left over from past use and is just taking up space.
Knowing whether anybody is using a specific table
Getting ready
Make sure that you are a superuser, or at least have full rights to the table in question.
How to do it…
Perform the following steps:
- To see whether a table is currently in active use (that is, whether anyone is using it while you are watching it), run the following query on the database you plan to inspect:
CREATE TEMPORARY TABLE...