Skip to main content
sergiog132707
March 5, 2026
Solved

how to check if table is being used or unused?

  • March 5, 2026
  • 2 replies
  • 0 views

I have a couple of table on maria DB and want to check if the table are being used or not used by Appian. Is there a way to check if the table is being used to deleted or not deleted.

Best answer by mikes0011

As far as I know, you'll need to manually check your various Data Store(s), if any, as well as Record Types that directly reference DB tables, and see if any of them are using the tables in question.  I don't know of any automated way to do this off the top of my head.

2 replies

mikes0011
mikes0011Answer
Brainy
March 5, 2026

As far as I know, you'll need to manually check your various Data Store(s), if any, as well as Record Types that directly reference DB tables, and see if any of them are using the tables in question.  I don't know of any automated way to do this off the top of my head.

sergiog132707
March 5, 2026

thank you Mike!!
you are the Guru!