-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PROJ-2763 Replication Item ADD/DROP 구조 리팩토링 매뉴얼 수정 #547
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오프라인으로 목차와 구성을 다시 얘기해봤으면 합니다.
내용도 검토할 부분이 많아 일단 DM팀 리뷰어를 제외했습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
부록 B. 랑 표 부분은 아직 못 봤습니다. 다음 주에 이어서 볼게요..
- 이중화 대상이 다음과 같은 이중화 객체에 속할 경우, DDL 문을 수행할 수 없다. | ||
|
||
- [복구 옵션](https://github.com/ALTIBASE/Documents/blob/a67047d5a6acf777906f34286029a5af24821213/Manuals/Altibase_trunk/kor/Replication%20Manual.md#%EB%B3%B5%EA%B5%AC-%EC%98%B5%EC%85%98recovery-option)이 설정된 이중화 객체 | ||
|
||
이 경우 이중화 객체를 삭제 후 DDL 문을 수행한 뒤 다시 이중화 객체를 생성해야 한다. | ||
|
||
- EAGER 모드로 동작 중인 이중화 객체 | ||
|
||
이 경우 [B.부록 : 이중화 대상 DDL 문 수행](#기본-이중화-대상-DDL-문-수행-방법)을 참고한다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아래에 점목록 1단계로 작성이 가능할 것 같습니다. (개인적으로, 심미적으로ㅋ 소제목 아래 바로 점목록을 사용하는 건 꼭 필요한 상황이 아니면 지양했으면 해서)
- 이중화 대상이 다음과 같은 이중화 객체에 속할 경우, DDL 문을 수행할 수 없다. | |
- [복구 옵션](https://github.com/ALTIBASE/Documents/blob/a67047d5a6acf777906f34286029a5af24821213/Manuals/Altibase_trunk/kor/Replication%20Manual.md#%EB%B3%B5%EA%B5%AC-%EC%98%B5%EC%85%98recovery-option)이 설정된 이중화 객체 | |
이 경우 이중화 객체를 삭제 후 DDL 문을 수행한 뒤 다시 이중화 객체를 생성해야 한다. | |
- EAGER 모드로 동작 중인 이중화 객체 | |
이 경우 [B.부록 : 이중화 대상 DDL 문 수행](#기본-이중화-대상-DDL-문-수행-방법)을 참고한다. | |
### 제약사항 | |
이중화 대상이 다음과 같은 이중화 객체에 속할 경우, DDL 문을 수행할 수 없다. 이때는 [B.부록 : 이중화 대상 DDL 문 수행](#기본-이중화-대상-DDL-문-수행-방법)을 참고하여 DDL 문을 수행해야 한다. | |
- [복구 옵션](https://github.com/ALTIBASE/Documents/blob/a67047d5a6acf777906f34286029a5af24821213/Manuals/Altibase_trunk/kor/Replication%20Manual.md#%EB%B3%B5%EA%B5%AC-%EC%98%B5%EC%85%98recovery-option)이 설정된 이중화 객체 | |
- EAGER 모드로 동작 중인 이중화 객체 |
</tbody> | ||
</table> | ||
|
||
### 예제 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### 예제 3 | |
### 예제 3 : 삼중화 환경에서 DDL 문 복제 |
|
||
SQL 반영 모드는 다음의 메타 정보 하나 이상이 지역 서버와 원격 서버에서 서로 다를 때 동작한다. | ||
|
||
- 칼럼 정보가 다를 때 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
점 목록보다 헤딩 사용하면 어떤가요?
- 이중화 대상 칼럼의 데이터 타입이 다를 때 | ||
|
||
- 이중화 대상 칼럼의 데이터 타입은 같지만 size, precision, scale이 다를 때 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빈줄 삭제. 아래도음
- 이중화 대상 칼럼의 데이터 타입이 다를 때 | |
- 이중화 대상 칼럼의 데이터 타입은 같지만 size, precision, scale이 다를 때 | |
- 이중화 대상 칼럼의 데이터 타입이 다를 때 | |
- 이중화 대상 칼럼의 데이터 타입은 같지만 size, precision, scale이 다를 때 |
PROJ-2763 Replication Item ADD/DROP 구조 리팩토링 매뉴얼 수정 초안입니다.