> For the complete documentation index, see [llms.txt](https://docs.tibero.com/technical-guides/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/technical-guides/topics/installation/physical-design.md).

# 물리 설계

Tibero DBMS 설치 및 운영하기 전 효율적 시스템 사용을 위한 DB 물리 설계 방법을 제시합니다.

## 개요 <a href="#bookmark1" id="bookmark1"></a>

Redo Log Files, Undo 및 Temp 테이블 스페이스 그리고 메모리 영역의 크기 산정을 위해서는 먼저 Tibero의 특성에 대한 이해가 필요하며 관련 정보는 Tibero 관리자 안내서를 참고합니다. &#x20;

또한, Table 및 Index 크기를 산정하기 위해 필요한 정보와 산정 방식은 Tibero의 Data Block Architecture 특성을 고려합니다.&#x20;

{% hint style="info" %}
Tibero 특성에 대한 상세정보는Tibero 관리자 안내서의 "[파일 및 데이터 관리](broken://pages/Q3Wu9zYck3zAuQ1Wszn3)'', "스키마 객체의 관리"를 참고합니다.&#x20;
{% endhint %}

###

### **안내서  구성**

본 문서는 총 8개의 장으로 구성됩니다.&#x20;

<details>

<summary>테이블 크기 산정</summary>

Tibero의 테이블 크기를 산정하기 위해 필요한 정보와 방법에 대해 안내합니다.

🔎 [테이블 크기 산정 바로가기](/technical-guides/topics/installation/physical-design/table-size.md)

</details>

<details>

<summary> 인덱스 크기 산정</summary>

Tibero의 인덱스 크기를 산정하기 위해 필요한 정보와 방법에 대해 안내합니다.

🔎 [인덱스 크기 산정 바로가기](/technical-guides/topics/installation/physical-design/index-size.md)

</details>

<details>

<summary> 데이터 타입별 크기 산정</summary>

데이터 타입별 크기를 산정하는방법을안내합니다.

🔎 [데이터 타입별 크기 산정 바로가기](/technical-guides/topics/installation/physical-design/data-type-size.md)

</details>

<details>

<summary>Redo 로그 파일 크기 산정</summary>

Tibero의 Redo 로그 파일 크기 산정방법에 대해 안내합니다.

🔎 [Redo 로그 파일 크기 산정 바로가기](/technical-guides/topics/installation/physical-design/redo-log-file-size.md)

</details>

<details>

<summary>Undo 테이블 스페이스 크기 산정</summary>

Tibero의 Undo 테이블 스페이스 크기 산정방법에 대해 안내합니다.

🔎 [Undo 테이블 스페이스 크기 산정 바로가기](/technical-guides/topics/installation/physical-design/undo-table-space-size.md)

</details>

<details>

<summary>Temp 테이블 스페이스 크기 산정</summary>

Tibero의 Temp 테이블 스페이스 크기 산정방법에 대해 안내합니다.

🔎 [Temp 테이블 스페이스 크기 산정 바로가기](/technical-guides/topics/installation/physical-design/temp-table-space-size.md)

</details>

<details>

<summary>Shared Memory 크기 산정</summary>

Tibero의 Shared Memory 크기 산정방법에 대해 안내합니다.

🔎 [Shared Memory 크기 산정 ](/technical-guides/topics/installation/physical-design/shared-memory-size.md#bookmark36)[바로가기](/technical-guides/topics/installation/physical-design/shared-memory-size.md)

</details>

<details>

<summary>SQL Execution Work Area 크기 산정</summary>

Tibero의 SQL Execution Work Area 크기 산정방법에 대해 안내합니다.

🔎 [SQL Execution Work Area 크기 산정 바로가기](/technical-guides/topics/installation/physical-design/sql-execution-work-area-size.md)

</details>

#### 문서 다운로드

{% file src="/files/Mm9tIjY1rkdrTL7Z8tte" %}


---

# 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/technical-guides/topics/installation/physical-design.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.
