다음을 통해 공유


Vacuum Element (ADF)

Contains settings used by the data removal process, which removes obsolete event and notification data from the application database.

구문

<ApplicationExecutionSettings>
    ...
    <Vacuum>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once per ApplicationExecutionSettings element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

ApplicationExecutionSettings Element (ADF)

Child elements

RetentionAge Element (ADF)

VacuumSchedule Element (ADF)

주의

Vacuuming removes obsolete event and notification data from the application database. For more information about the vacuuming process, see 사용되지 않는 응용 프로그램 데이터 제거.

Vacuuming schedules cannot overlap. If schedules overlap, Notification Services stops the earlier vacuuming process before the later one starts.

If you omit the Vacuum element and its child elements, the vacuuming process does not run and obsolete data is not automatically removed from the application database.

The following example shows how to define a data retention age of three days (P3DT00H00M00S) and to configure the vacuuming process to run from 3:00 A.M. to 5:00 A.M. (UTC) and from 11:00 P.M. to 1:00 A.M. (UTC) every day.

<Vacuum>
    <RetentionAge>P3DT00H00M00S</RetentionAge>
    <VacuumSchedule>
        <Schedule>
            <StartTime>23:00:00</StartTime>
            <Duration>P0DT02H00M00S</Duration>
        </Schedule>
        <Schedule>
            <StartTime>03:00:00</StartTime>
            <Duration>P0DT02H00M00S</Duration>
        </Schedule>
    </VacuumSchedule>
</Vacuum>

참고 항목

참조

Application Definition File Reference

관련 자료

데이터 제거 구성
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기