cdo_commit_infos table cleanup [message #1859709] |
Fri, 23 June 2023 00:55  |
Eclipse User |
|
|
|
Hi,
I have a cdo_commit_infos table which is too big, it has about 40 000 000 records. When I start my application, I see the following query in psql which is executing for a few minutes:
SELECT commit_time, branch_id, user_id, comment FROM cdo_commit_infos;
I have two questions:
1. What is the purpose of the cdo_commit_infos table?
2. Can I clean up the table using delete from cdo_commit_infos where user_id is null;
This query leaves a single record in the table which has "<initialize root resource>" comment and my application starts without delays but I'm not sure about long-term consequences of this.
The version of CDO I'm currently using is 3.0.1, at this moment I can't upgrade it to the latest one.
Also, I don't use any custom commit info handlers.
Thanks!
[Updated on: Fri, 23 June 2023 01:01] by Moderator
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04715 seconds