# Segment Usage

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

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

## Overview

조회하기 원하는 날짜를 선택할 수 있는 기능이 있다. 조회한 기간의  Segment usage 목록에 간단하게 사용량 증감을 보여준다.

<figure><img src="/files/dl6gbfpkPQjOuVn7SDfb" alt=""><figcaption><p><strong>Segment Usage Overview</strong></p></figcaption></figure>

## Segment Usage

이 화면에서는 지정한 기간 동안의 세그먼트 이름별 크기의 변화량을 확인할 수 있다.

<figure><img src="/files/Bjvs27Aj4iM5ftdVhl8Z" alt=""><figcaption><p><strong>Segment Usage</strong></p></figcaption></figure>

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

| 항목              | 설명                    |
| --------------- | --------------------- |
| Earlier Time    | 이전 시점                 |
| Later Time      | 이후 시점                 |
| Earlier Size    | 이전 시점의 크기             |
| Later Size      | 이후 시점의 크기             |
| Increment       | 이전 시점 대비 이후 시점 크기 증감량 |
| Tablespace Name | 테이블스페이스 이름            |
| Owner           | Object의 소유자           |
| Segment Name    | 세그먼트 이름               |
| Segment Type    | 세그먼트 종류               |
| Partition Name  | 파티션 이름                |
| Earlier Extents | 이전 시점의 Extent 수       |
| Later Extents   | 이후 시점의 Extent 수       |
| Earlier Blocks  | 이전 시점의 Blocks         |
| Later Blocks    | 이후 시점의 Blocks         |

## Segment Usage Header

Segment Usage Header에는 데이터 조회를 위한 필터링을 선택할 수 있는 기능이 있다.

<figure><img src="/files/X7rHL0vMHHBb0XH7KcH9" alt=""><figcaption><p><strong>Segment Usage Date Column</strong></p></figcaption></figure>

Order by 우측의 드롭박스를 이용해 원하는 column으로 정렬할 수 있다.

<figure><img src="/files/51gSMKrsbpkSyVHQfLiF" alt=""><figcaption><p><strong>Segment Usage Date Picker</strong></p></figcaption></figure>

그 오른쪽의 드롭박스를 이용해 사용자가 보기를 원하는 top 개수를 설정할 수 있다.

## Segment Info

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

<figure><img src="/files/1ELPzlovzeymYKMBrbzj" alt=""><figcaption><p><strong>Segment Info</strong></p></figcaption></figure>

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

| 항목              | 설명      |
| --------------- | ------- |
| Log Time        | 수집 시간   |
| Partition Count | 파티션 수   |
| Size            | 크기      |
| Blocks          | Block 수 |


---

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