> For the complete documentation index, see [llms.txt](https://docs.tibero.com/prosync/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/prosync/introduction/overview.md).

# 제품 소개

## Change Data Capture

Change Data Capture(이하 CDC)는 변경된 데이터를 peer 측 서버로 전달해주는 기능을 하는 소프트웨어를 의미한다. 데이터에는 정형 데이터, 반정형 데이터 혹은 비정형 데이터를 모두 포함한다.

{% hint style="info" %}
**참고**

정형 데이터는 보통 RDBMS에 저장되는 테이블을 의미하는 경우가 많으며, 반정형 데이터는 Json이나 XML 혹은 NoSQL 기반의 데이터들을 의미한다.

비정형 데이터는 따로 형식이 없는 모든 타입의 데이터를 의미하며, 이는 모든 파일과 디렉토리들을 포함한다.
{% endhint %}

일반적인 Migration 솔루션과는 다르게 CDC는 변경 부분에 대해서만 전달함으로써 처리량이 적어 Throughput 등에 있어서 큰 이점을 얻을 수 있다.

###

***

## ProSync

ProSync는 TmaxTibero의 CDC 솔루션이다. 현재 제공되는 데이터 타입은 정형 데이터, 즉 RDBMS에 대한 동기화만을 제공하고 있으며 실시간성이 높고, 이력 관리를 통한 장애복구나 ProSync Manager를 통한 정합성 검사 등의 기능을 제공하고 있다.

{% hint style="info" %}
**참고**

제품 설계에 대한 상세한 내용은 ['제품 설계'](/prosync/introduction/architecture.md)에서 확인할 수 있다. ​
{% endhint %}

###


---

# 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/prosync/introduction/overview.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.
