CMDBuild Forum

Trimming _EventLog table?

This question came up but not sure if it has been addressed. The _EventLog and _Request tables are growing almost exponentially and I have concerns about the impact on the database performance, specially backups and restore. Is there a way to trim the records on this table after some time, or at least reduce the amount of data that is getting logged?

hi,
I have noticed this _EventLog table is also growing very fast on my cmdbuild instance.
Did you find a way to purge it? Was there any impact?
Thank you
Olivier

I do use truncate in the postgresql query.

TRUNCATE TABLE _EventLog;

1 Like