> For the complete documentation index, see [llms.txt](https://docs.tibero.com/tibero-manuals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/tibero-manuals/7.2.6.manuals/tibero-license-guide/tibero-performance-option-configuration-guidelines.md).

# Tibero 성능 옵션 구성 기준

## **개요**

Tibero는 대용량 데이터 처리 및 운영 효율 향상을 위해 다양한 성능 옵션을 제공합니다.\
성능 옵션은 데이터 저장 구조 최적화, 조회 성능 향상 및 저장 공간 절감을 목적으로 제공되며, Enterprise Edition(EE) 기반 옵션으로 구성됩니다.

## **Tibero 성능 옵션 정책**

성능 옵션은 특정 기능 그룹 단위로 제공됩니다.

* 데이터 분할 기반 성능 최적화
* 데이터 압축 기반 저장 효율 향상
* 대용량 데이터 운영 환경 지원

운영 환경 및 데이터 특성에 따라 적절한 옵션 선택이 필요합니다.

### **Partition**

Partition 옵션은 대용량 데이터를 논리적으로 분할하여 관리 및 성능을 향상시키는 기능입니다.

#### **주요 특징**

* 대용량 테이블 분할 관리
* 조회 범위 최소화를 통한 성능 향상
* 데이터 관리 효율성 개선
* 유지보수 작업 효율 향상

&#x20;

#### **에디션 제공 기준**

| 구분 | 제공 방식    |
| -- | -------- |
| SE | 미지원      |
| EE | 별도 유상 옵션 |

#### **라이선스 적용 기준**

* EE 라이선스 기준으로 적용
* DB 라이선스 수량과 동일 기준 산정

&#x20;

#### **포함 기능**

* Range Partitioning: 특정 범위(예: 날짜, 금액 등)를 기준으로 데이터를 분할하는 기능
* Hash Partitioning: 해시 함수를 이용하여 데이터를 균등하게 분산하는 기능
* Composite Partitioning: 두 가지 이상의 파티션 방식을 결합하여 사용하는 기능
* Interval Partitioning: 일정 간격 기준으로 파티션을 자동 생성하는 기능

### **Compression**

Compression 옵션은 데이터를 압축하여 저장 공간 절감 및 I/O 성능 향상을 제공하는 기능입니다.

#### **주요 특징**

* 저장 공간 절감
* 디스크 I/O 감소
* 대용량 데이터 운영 효율 향상
* 백업 및 저장 비용 절감

&#x20;

#### **에디션 제공 기준**

| 구분 | 제공 방식    |
| -- | -------- |
| SE | 미지원      |
| EE | 별도 유상 옵션 |

#### **라이선스 적용 기준**

* EE 라이선스 기준으로 적용
* DB 라이선스 수량과 동일 기준 산정

&#x20;

#### **포함 기능**

* OLTP Compression: 일반 DML 환경에서 데이터를 압축하여 운영계 트랜잭션 환경의 저장 효율을 향상시키는 기능
* Tibero Columnar Compression: Direct Path Load/Insert 수행 시 컬럼 단위 압축을 제공하여 대용량 데이터 처리 및 분석 성능을 향상시키는 기능

### **참고 사항**

* Partition 및 Compression은 EE 기반 옵션으로 제공됩니다.
* 옵션 라이선스는 DB 라이선스 수량과 동일 기준으로 산정됩니다.
* 실제 성능 향상 효과는 데이터 구조 및 운영 환경에 따라 달라질 수 있습니다.
* 일부 기능은 데이터 구조 및 운영 정책에 따라 제약 사항이 존재할 수 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tibero.com/tibero-manuals/7.2.6.manuals/tibero-license-guide/tibero-performance-option-configuration-guidelines.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
