설치/구성 상의 제약 사항
기본적인 하드웨어 최소 사양(입니다.
하드웨어(on-Premises 기준)
- Xpand 구성 최소 필요 노드 수 : 3 node + 1 maxscale
- 각 노드 당 최소 요구 스펙
OS : CentOS/RHEL 7.x only
CPU core : 8~32 core
Memory : 64Gb or more
Storage size : 400Gb 이상
Network : 1G public, 10G private interconnect
Database Storage type : SSD ( OS, LOG : SATA HDD)
- Maxscale 스펙
OS : CentOS/RHEL 7.x only
CPU core : 8~32 core
Memory : 16Gb or more
Storage type : SSD or SATA
★ 제한사항(2022년 6월 기준)
OS는 CentOS/RHEL 8은 지원하지 안함
Database Storage filesystem : ext4 (xfs 지원 안 함)
Supported CharacterSet : utf8mb4, utf8, latin1, koi8 r, euckr, binary
Ports : SSH(22), ClustrixGUI(80) adminTool(2048), NANNY(2424), SQL(3306), XpandGUI(7888), Multiport(24378-24410)
구성파일
- device1 : 모든데이터, undo log, temp table, Binlog 등 저장됨, 파일 축소는 쉽게 안됨.
alter cluster resize devices;
device_auto_resize_to_largest 로 제어.
- device1-temp : 임시저장소. large sql sort/group시 필요할 때 만듦. 기본 5G.
device_temporary_space_limit_bytes로 제어.
- device1-redo : redo log. 기본 1G. 변경불가.
설치 중 생성된 OS계정
- xpand (Xpand 소유자 계정)
- xpandm (Xpand 모니터링 계정)
- maxscale (maxscale 서버에만 생성됨)
참조 : https://mariadb.com/docs/deploy/topologies/xpand-performance/xpand-5-3/
'DBMS > Xpand(ClustrixDB)' 카테고리의 다른 글
xpand 모니터링 web (0) | 2022.07.11 |
---|---|
Xpand 로그 경로 (0) | 2022.07.04 |
Xpand 유용한 쿼리 (0) | 2022.06.29 |
Xpand device size 조절 (0) | 2022.06.29 |
Xpand 기본 명령어 (0) | 2022.06.29 |