enable housekeeper GC

Summary information

Default value

1 (on)

Range of values

0 – 5

Status

Dynamic

Display level

Intermediate

Required role

System administrator

Configuration group

SQL Server Administration

The housekeeper garbage collection task performs space reclamation on data-only-locked tables. When a user task deletes a row from a data-only-locked table, a task is queued to the housekeeper to check the data and index pages for committed deletes.

The housekeeper garbage collection task is controlled by enable housekeeper GC. See Chapter 3, “Using Engines and CPUs” in the Performance and Tuning Series: Basics.

These are valid values for enable housekeeper GC:

sp_sysmon reports on how often the housekeeper garbage collection task performed space reclamation and how many pages were reclaimed. See the Performance and Tuning Series: Monitoring Adaptive Server with sp_sysmon.