https://warehouse-pg.io/docs/7x/
https://gpdbkr.blogspot.com/
- 아키텍처 설명
- DB 설치 / 시작 / 종료 / 삭제
gpinitsystem gpdeletesystem gpinitstandby gpactivatestandby gpstart -a gpstop -u | -r | -af gpstate -e | -m | -s - table 생성
- 분산키
- 파티션
- external table 생성
- 데이터 적재 gpload, gpfdist
- PXF pxf
- TPC-DS 수행
- 백업/복구
gpbackup/gprestore - 노드장애 복구
마스트(Coordinator) 노드 HA : https://github.com/unixfree/whpg_coordinator_ha
세그먼트(Segment) 노드 HA : gprecoverseg -F(full) / -r(role change) - 운영관리
카달로그 무결성 확인
gpcheckcat -g /home/gpadmin/fix_catalog.sql testdb
vacuum, analyze, reindex
skew 관리. - 자원관리
Resource Group - 파라메터 변경.
gpconfig -s max_connections
gpconfig -c statement_timeout -v 600000
gpconfig -c work_mem -v "256MB" - Array, ROW_NUMBER, RANK,CTAS, Replication Table 예시
- PL/R, PL/python 예시
- Madlib 예시
- FlowServer 구성 예시
- 성능 튜닝 가이드
- 기타
hint