Hello,
I'm using SQL2005EE for vCenter 4.1U1 with 4 ESXi hosts with ~50VMs including vilogger on a vMA (the vMA keeps quite a large number of logs - just in case that matters)
The problem is, no matter what I do the DB keeps growing quite fast. According to a row count the tables below seem to be the fastest growing ones.
Even after running the stored procedure cleanup_events_tasks_proc these rows persist in size.
DB growth is approximately a several hundred MB per day, leading to a full DB within less that a week.
I already disabled statistic logging, set the retention time to 1 day and limited logging to warnings and errors only.
Anyone got an idea?
VPX_TEXT_ARRAY | 1.516 |
VPX_TOPN_PAST_DAY | 10.221 |
VPX_TOPN_PAST_MONTH | 4.200 |
VPX_TOPN_PAST_WEEK | 16.464 |
Thankful for any hint.
Regards
Masl