# Vacuum History Tab

## Vacuum > Vacuum History Tab

Vacuum History 탭에서는 인스턴스에서 실행된 모든 Vacuum 및 Analyze 작업의 이력을 확인하고, 실패한 작업을 추적할 수 있다.

<figure><img src="/files/ukiAE7790WzZqLKdy6lr" alt=""><figcaption></figcaption></figure>

Vacuum History 데이터는 Vacuum 수행이 완료되면 수집된다.

### 조회 시점 설정

<figure><img src="/files/eo1gH414Pd5ftGLsRrCq" alt=""><figcaption></figcaption></figure>

* **기본값**: 1 Hour
* **Period 옵션 목록**
  * 1 Hour / 2 Hour / 12 Hour / 24 Hour / Today / Yesterday / 3 Days / 1 Week / Custom
* Period가 Custom일 경우 설정 가능한 최소 시간은 1 시간이다.

### 테이블 컬럼 목록

<table><thead><tr><th width="155">지표 이름</th><th>지표 설명</th></tr></thead><tbody><tr><td>Database</td><td>테이블이 속한 데이터베이스 이름</td></tr><tr><td>Schema</td><td>테이블이 속한 스키마 이름</td></tr><tr><td>Table</td><td>Vacuum 이 수행된 테이블 이름</td></tr><tr><td>Type</td><td>수행된 작업 종류를 나타냄 (VACUUM / AUTOVACUUM / VACUUM FULL)</td></tr><tr><td>Status</td><td>해당 작업의 최종 상태 (Completed, Failed)</td></tr><tr><td>Start Time</td><td>Vacuum 작업이 시작된 시각</td></tr><tr><td>End Time</td><td>Vacuum 작업이 종료된 시각</td></tr><tr><td>Dead Tuples</td><td>작업 수행 과정에서 제거(또는 대상으로 스캔)된 dead tuple 개수</td></tr><tr><td>Frozen Age Diff</td><td>Vacuum / Autovacuum Freeze 수행 전후 테이블의 Frozen Age 변화량을 나타냄</td></tr></tbody></table>

### Table 기능

Table 기능은 [**Analysis > Table 기능**](/sysmasterdb-for-postgresql1.0/8.3_manual/analysis.md#table)과 동일하다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tibero.com/sysmasterdb-for-postgresql1.0/8.3_manual/analysis/vacuum/vacuum-history-tab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
