Question

Photo of Matthew Meekins

0

WorkflowLog Table

Is there any reason I shouldn't be able to delete the WorkflowLog table? It's massive (because I accidentally logged one workflow for a looong time) and I don't need any of the info in it any more. 


Edit:

I didn't realize quite how large it was....

Screen Shot 2016-10-18 at 1.52.54 AM.png

  • Photo of David Stevens

    1

    There's an open issue for this discussion.  You can certainly truncate the table to keep it from getting too large, but as other people start using workflows it'll be a common problem. 😄

    • Matthew Meekins

      As someone without much SQL experience, should the query you posted in that issue be ok for me to run? It looks simple enough.

    • David Stevens

      Yes, but it'll take a while. I've let it run for 48 hours before. If you need the space cleared up and don't need the log your best bet is a TRUNCATE TABLE WorkflowLog