> 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-ha-option-configuration-guidelines.md).

# Tibero HA 옵션 구성 기준

## **개요**

Tibero는 운영 안정성 및 서비스 연속성을 위해 다양한 고가용성(HA, High Availability) 옵션을 제공합니다.\
각 옵션은 장애 복구 목적, 읽기 부하 분산, 확장성 확보 등 운영 목적에 따라 구분되며, 에디션 및 옵션 구매 여부에 따라 제공 범위가 달라집니다.

## **Tibero HA 옵션 구성 정책**

Tibero의 HA 옵션은 기능 그룹 단위로 제공됩니다.

* Standby 기반 DR 구성
* Active-Standby 기반 조회 분산 구성
* Cluster 기반 확장형 구성

운영 목적에 따라 적절한 옵션 선택이 필요합니다.

### **Standby HA**

Standby HA는 장애 발생 시 Standby 데이터베이스로 전환(Failover)하여 서비스 연속성을 제공하는 기본 고가용성 옵션입니다.

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

* 장애 대비 중심의 DR(Disaster Recovery) 구성
* Primary-Standby 구조 기반
* 운영 안정성 확보 목적
* 실시간 데이터 복제 기반 구성

&#x20;

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

| 구분 | 제공 방식    |
| -- | -------- |
| SE | 별도 유상 옵션 |
| EE | 기본 기능 제공 |

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

* TSC (Tibero Standby Cluster)
* TSC Reverse Sync

### **Active HA**

Active HA는 Standby 시스템을 단순 대기 목적이 아닌 조회 처리 및 운영 활용 목적으로 사용할 수 있도록 확장한 옵션입니다.

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

* Read Only 기반 조회 처리 가능
* DR 자원의 운영 활용 가능
* 업무 부하 분산 지원
* 장애 대응 및 조회 성능 향상

&#x20;

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

| 구분 | 제공 방식                    |
| -- | ------------------------ |
| SE | 제한적 구성 지원(노드당 8 core 이하) |
| EE | 제한 없음                    |

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

* Snapshot Standby
* Cascading Standby
* TSC-ReadOnly

### **TAC (Tibero Active Cluster)**

TAC는 여러 노드가 동시에 하나의 데이터베이스 서비스에 참여하는 클러스터 기반 고가용성 및 확장성 옵션입니다.

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

* 모든 노드가 Active 상태로 서비스 참여
* 장애 발생 시 서비스 지속 가능
* 수평 확장(Scale-Out) 지원
* 대규모 미션 크리티컬 환경 대응

&#x20;

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

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

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

* Tibero Active Cluster
* Rolling Patch
* Automatic Workload Management
* OOM Auto Restart

### **HA 옵션 선택 기준**

| 운영 목적      | 권장 옵션      |
| ---------- | ---------- |
| 기본 DR 구성   | Standby HA |
| DR + 조회 분산 | Active HA  |
| 고가용성 + 확장성 | TAC        |

### **참고 사항**

* HA 옵션은 데이터베이스 라이선스 수량 기준으로 동일하게 산정됩니다.
* TAC는 EE 전용 옵션으로 제공됩니다.
* 실제 구성 가능 여부는 서버 Core 수 및 운영 환경에 따라 달라질 수 있습니다.
* 일부 기능은 운영 환경 및 구성 방식에 따라 제약 사항이 존재할 수 있습니다.


---

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