728x90
728x170

병렬쿼리를 활성화해주면 조인 쿼리를 할때 병렬로 처리가되어 속도 향상을 얻을수 있습니다.

아래의 명령을 통해 병렬쿼리를 사용할수 있습니다.

 

set max_parallel_workers_per_gather = 0   # 병렬쿼리 disable

set max_parallel_workers_per_gather = 2   # 병렬쿼리 enable

 

참고

https://coiy.github.io/postgresql/pg_and_edb_v11_new_features/#

 

https://coiy.github.io/postgresql/pg_and_edb_v11_new_features/

EDB version 11 새로운 기능 3 분 소요 Overview PostgreSQL 11 버전에서는 160가지 이상의 새로운 기능 추가와 버그 픽스가 이루어졌다. 분석 쿼리의 성능 향상 아래 조건을 충족시 parallel query가 적용되는

coiy.github.io

 

728x90
그리드형

'DB' 카테고리의 다른 글

[Postgresql] Lock  (0) 2023.11.08
[DB/PostgreSQL] 파티션 (partition)  (0) 2023.10.16
[DB/PostgreSQL] 모니터링을 위한 쿼리문 모음  (0) 2023.10.16
[DB/PostgreSQL] Vacuum  (0) 2023.10.11
[DB/PostgreSQL] Session Kill  (0) 2023.10.06
Posted by kjun
,