Skip to content

How can I delete Dify Logs to make the system faster? #7993

Answered by pourmand1376
pourmand1376 asked this question in Help
Discussion options

You must be logged in to vote

Thanks for the answer.

I deleted this tables but that wasn't enough. I got into some error that I couldn't even see the logs on the front-end.

So I deleted this six tables. And the program is successfully working:

truncate public.workflow_runs;
truncate public.workflow_node_executions;
truncate public.conversations;
truncate public.messages;
truncate public.end_users;
truncate public.workflow_app_logs;

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pourmand1376
Comment options

Answer selected by pourmand1376
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
💪 enhancement New feature or request
4 participants
Converted from issue

This discussion was converted from issue #7767 on September 04, 2024 14:25.