Skip to content

unixfree/WarehousePG-Tip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHPG 교육 목차

참고 URL

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors