# Vacuum

<div data-full-width="false"><figure><img src="/files/L1VKHEtykncTBTHcEyrB" alt=""><figcaption></figcaption></figure></div>

## 구성 요소

Vacuum은 아래와 같은 주요 섹션으로 구성된다.

[**Table Tab**](/sysmasterdb-for-postgresql1.0/8.3_manual/analysis/vacuum/table-tab.md)

* 테이블별 Dead Tuple, Bloat 등 Vacuum 관련 지표를 조회하고 상위 N개 테이블을 정렬 기준에 따라 확인하는 영역

[**Index Tab**](/sysmasterdb-for-postgresql1.0/8.3_manual/analysis/vacuum/index-tab.md)

* 인덱스별 Bloat Size와 Bloat Ratio를 조회하고 Reindex가 필요한 인덱스를 식별하는 영역

[**Vacuum History Tab**](/sysmasterdb-for-postgresql1.0/8.3_manual/analysis/vacuum/vacuum-history-tab.md)

* 선택한 기간 동안 인스턴스 내에서 수행된 Vacuum 작업의 이력과 성공/실패 상태를 확인하는 영역

[**Vacuum Table Detail Modal**](/sysmasterdb-for-postgresql1.0/8.3_manual/analysis/vacuum/table-tab/vacuum-table-detail-modal.md)

* 특정 테이블의 추이 차트와 Vacuum History를 상세 조회하고 최대 2개 지표의 시계열 변화를 비교 분석하는 사이드패널

## 활용 목적

* 데이터베이스 성능 저하 원인 진단
* Vacuum 작업 효과 검증
* Autovacuum 설정 적정성 평가
* 디스크 공간 낭비 식별 및 최적화


---

# 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.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.
