If I am reading the code correctly, it appears that Housekeeping is limited to removing at most 4 times the house keeping period of data at one time, so if it is set to 1 hour, it will delete at most 4 hours of data, even if the MaxHousekeeperDelete=0.
Is that correct?
So the most I can delete at once by a housekeeping run is to set the period to 24 hours, run it manually, and it will delete 4 days at a time.
Is there a faster approach to this if we want to reduce the amount of data we are keeping (we want to go from 365 to 185 days).
I've been going around in circles why it was not changing until I noticed this (we actually have the period at 1 hour, so it was deleting very little).
Linwood
Is that correct?
So the most I can delete at once by a housekeeping run is to set the period to 24 hours, run it manually, and it will delete 4 days at a time.
Is there a faster approach to this if we want to reduce the amount of data we are keeping (we want to go from 365 to 185 days).
I've been going around in circles why it was not changing until I noticed this (we actually have the period at 1 hour, so it was deleting very little).
Linwood
Comment