# Tablespace Usage

글로벌 내비게이션 바에서 **\[Analysis] > \[Usage Analysis] > \[Tablespace Usage]** 메뉴를 클릭하면 Tablespace Usage 화면이 열린다.

<figure><img src="/files/XhcJAkY1b88VH3wFbxde" alt=""><figcaption><p><strong>Tablespace</strong> Usage <strong>전체 화면</strong></p></figcaption></figure>

### Tablespace Usage

이 화면에서는 지정한 기간 동안의 테이블스페이스 이름별 크기의 변화량을 확인할 수 있다.

<figure><img src="/files/wHPszLbYEGL5RZanO8t3" alt=""><figcaption><p><strong>Tablespace Usage</strong></p></figcaption></figure>

다음은 Tablespace Usage 화면에서 제공하는 항목에 대한 설명이다.

| 항목                      | 설명                                                                                    |
| ----------------------- | ------------------------------------------------------------------------------------- |
| Tablespace Name         | 테이블스페이스 이름                                                                            |
| Contents                | <p>테이블스페이스에 저장하는 데이터 종류</p><ul><li>TEMPORARY</li><li>PERMANENT</li><li>UNDO</li></ul> |
| Earlier Time            | 이전 시점                                                                                 |
| Later Time              | 이후 시점                                                                                 |
| Earlier Free/Total Size | 이전 시점의 여유 공간 현황                                                                       |
| Later Free/Total Size   | 이후 시점의 여유 공간 현황                                                                       |
| Earlier Used/Total Size | 이전 시점의 사용량 현황                                                                         |
| Later Total/Total Size  | 이후 시점의 사용량 현황                                                                         |

### Tablespace Info

Tablespace Usage 에서 특정 데이터 클릭 시 해당 테이블스페이스의 시간별 크기 변화를 상세하게 확인할 수 있다. 이때 오른쪽의 그래프를 통해 크기 변화량을 한눈에 파악할 수 있다.

<figure><img src="/files/6Ed1uE4R6oRtm7ns8Q22" alt=""><figcaption><p><strong>Tablespace Info</strong></p></figcaption></figure>

다음은 Tablespace Info 화면에서 제공하는 항목에 대한 설명이다.

| 항목              | 설명         |
| --------------- | ---------- |
| Log Time        | 수집 시간      |
| Tablespace Name | 테이블스페이스 이름 |
| Used            | 사용량        |
| Free            | 사용 가능한 양   |

###


---

# 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/analysis/usage-analysis/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.
