The table is “SHKActivityData” currently has 2,052,795 rows and a size of approximately 703MB.  The second largest is the “wf_audit_tail” with 490,290 rows and a size of 197MB.

My Joget application is running slower and slower. Previously it was fast to load a page but now it take a long time to load a page (> 5 minutes). Does it has anything to do with with these 2 large tables in the Joget MySQL database? 

Can I backup the tables and then delete the rows in those tables?
Or how about deleting old records?

Will it make my App run fast again? 

  • No labels

1 Comment

  1. SHKActivityData holds activity instance workflow variable data. if you delete, you lose all the activity state's data.

    wf_audit_tail stores audit trail data. if you delete, you can't tell who did what in this table.