Database of vCenter is build on SQL Management Studio.
Drive on which SQL mdf file having 40% free disk space.
Below Tables under SQL are increasing drastically
select count(*) from vpx_event (nolock) --190560420, 191034010
select count(*) from vpx_event_arg(nolock)--568474921 , 569743992
Earlier we have Purged and Truncate these tables to make good space but in just 3 days milllions of logs got created as shown above
Current recovery mode on SQL is set to Full recovery mode, I'm aware that VMware recommand to have mark SIMPLE for recovery mode.
Retention period of Database is set to 30 days into vCenter server.
Kindly suggest:
What can be done to over come this issue to reduce the logs fro Millons to hundreds or less.
Is selecting SIMPLE recovery mode in SQL, will it can impact to increase such files, or there is any other change which I can be done to resolve this issue.