This issue occurs due to the stats collection level setting.
Verify the current stats collection level, and if this is set to a collection level higher than 2, then this should be set back to a lower stats collection level of 1.
For truncating data in vCenter Server and vCenter Server Appliance 5.x and 6.x, see Delete old tasks, events and statistics data in vCenter Server 5.x and 6.x (2110031)
To reduce the size of the vCenter Server database:
VPX_HIST_STAT1
table and corresponding VPX_SAMPLE_TIME1
table. After completing the truncate, verify if the rollup jobs are now completing successfully. For more information, see step 4.truncate table VPX_SAMPLE_TIME1;
VPX_HIST_STAT2
table, and the corresponding table, VPX_SAMPLE_TIME2
. Continue truncating the VPX_HIST_STAT[1-4]
tables and corresponding VPX_SAMPLE_TIME[1-4]
tables until the rollup jobs are completing successfully.VPX_TEMPTABLEx
tables are a staging/cache area for the performance data before they are processed and moved to VPX_HIST_STAT1
.truncate table VPX_TEMPTABLE0;
truncate table VPX_TEMPTABLE1;
truncate table VPX_TEMPTABLE2;