Loading...
MySQL 9.5 Reference Manual 9.5의 25.7.1 NDB Cluster Replication: Abbreviations and Symbols의 한국어 번역본입니다.
아래의 경우에 피드백에서 신고해주신다면 반영하겠습니다.
감사합니다 :)
이 절 전체에서, source와 replica cluster, 그리고 cluster 또는 cluster node에서 실행되는 프로세스와 명령을 나타내기 위해 다음과 같은 약어와 기호를 사용합니다:
Table 25.41 이 절 전체에서 source 및 replica cluster, 그리고 cluster node에서 실행되는 프로세스와 명령을 나타내기 위해 사용되는 약어
| Symbol or Abbreviation | Description (Refers to...) |
|---|---|
S | (primary) replication source 역할을 하는 cluster |
R | (primary) replica 역할을 하는 cluster |
shellS> | source cluster에서 실행해야 하는 셸 명령 |
mysqlS> | source cluster에서 SQL node로 실행 중인 단일 MySQL server에 대해 실행되는 MySQL 클라이언트 명령 |
mysqlS*> | replication source cluster에 참여하는 모든 SQL node에서 실행해야 하는 MySQL 클라이언트 명령 |
shellR> | replica cluster에서 실행해야 하는 셸 명령 |
mysqlR> | replica cluster에서 SQL node로 실행 중인 단일 MySQL server에 대해 실행되는 MySQL 클라이언트 명령 |
mysqlR*> | replica cluster에 참여하는 모든 SQL node에서 실행해야 하는 MySQL 클라이언트 명령 |
C | primary replication 채널 |
C' | secondary replication 채널 |
S' | secondary replication source |
R' | secondary replica |
| Symbol or Abbreviation | Description (Refers to...) |
|---|
25.7 NDB Cluster Replication
25.7.2 General Requirements for NDB Cluster Replication