# Tablespace Usage

글로벌 내비게이션 바에서 **\[Realtime] > \[Usage Monitoring] > \[Tablespace Usage]** 를 클릭하면 Tablespace Usage 페이지가 열린다.

Tablespace Usage 페이지에서는 테이블스페이스 사용량 정보를 보여준다.

### Current Tablespace Usage

모니터링 대상 DB의 테이블스페이스 사용량과 상태 정보를 확인할 수 있다. 이때 기본 수집 단위는 1시간이지만, 우 상단의 \[Collect] 버튼을 이용하면 해당 시간에 실시간 정보를 수집해서 보여준다.

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

| 항목                       | 설명                                                        |
| ------------------------ | --------------------------------------------------------- |
| Tablespace Name          | 테이블스페이스 이름                                                |
| Status                   | 테이블스페이스의 현재 상태                                            |
| Contents                 | <p>테이블스페이스 종류</p><ul><li>Permanent</li><li>Undo</li></ul> |
| Free/Total Size          | 테이블스페이스 여유공간 현황                                           |
| Used/Total Size          | 테이블스페이스 사용공간 현황                                           |
| Extent Management        | Extent Management 방식                                      |
| Allocation Type          | Extent Allocation 방식                                      |
| Segment Space Management | Segment Space Management 방식                               |
| Auto Extend On           | 해당 테이블스페이스의 Data File 중 하나라도 Auto Extend 상태인지 여부          |

## Last 24 hours history

Last 24 hours history 에서는 그리드(Grid) 형태로 현재까지의 사용량 정보를 확인하거나, 차트(Chart) 형태로 변화율 추이를 확인할 수 있다.

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

| 항목              | 설명              |
| --------------- | --------------- |
| Log Time        | 수집 시간           |
| Free/Total Size | 테이블스페이스 여유공간 현황 |
| Used/Total Size | 테이블스페이스 사용공간 현황 |

## Segment Size

Segment Size 에서는 Last 24 hours history 에서 선택한 Log Time 내 세그먼트 타입별 크기를 확인할 수 있다. 이때 해당 정보의 수집 단위는 1시간이다.

{% hint style="info" %}
**참고**

세그먼트 크기가 클수록 부하의 영향을 많이 받으며, Tablespace Usage 페이지 오른쪽 상단의 **\[Collect]** 버튼을 클릭해도 해당 정보는 수집하지 않고 매시간 정각에 수집된다.
{% endhint %}

<figure><img src="/files/6SEsBJtdLpjgitlfOjio" alt=""><figcaption></figcaption></figure>

| 항목              | 설명                             |
| --------------- | ------------------------------ |
| Segment Type    | 세그먼트 종류 (Table, Index, Undo 등) |
| Owner           | 소유자 계정                         |
| Segment Name    | 세그먼트 이름                        |
| Partition Name  | 파티션 이름                         |
| Used/Total Size | 해당 세그먼트가 차지하는 공간의 비율           |

###


---

# 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/8.3_manual/realtime/usage-monitoring/tablespace-usage.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.
