CMDBuild Forum

Database Growth

I’m running CMDBuild on 3.4.2 have transitioned from 2.5.1 through multiple steps.

The database is huge (50 mb) and growing 1.5 mb daily without much user activity. It was less than 1 mb on 2.5.1

It is not clear what is happening. Any ideas are appreciated.

In my case, I have noticed that the _EventLog table is growing very fast on my cmdbuild instance. You can can check if this table is responsible for the growth of your database.

Every so often, I do clear this table using the following command

TRUNCATE TABLE _EventLog;

all the best

olivier

Thanks. I may find a way to do a scheduled truncate so I don’t have to worry about it.