본문 바로가기

Database/Greenplum

Greenplum 6.14에서 ORCA(query optimizer) 성능향상

728x90
반응형

Greenplum 6.14에서 ORCA 의 성능이 많이 향상되었다고 한다. (Greenplum 6.14.0 는 2021년 2월 6일에 릴리즈)

greenplum.org/faster-optimization-of-join-queries-in-orca/

 

Faster Optimization of Join Queries in ORCA

author:Hans Zeller Optimizing joins is the core part of any query optimizer. It consists of picking a good join order, the right join algorithms (hash join, nested loop join, etc.) and various othe…

greenplum.org

 

github.com/greenplum-db/gpdb/releases/tag/6.14.0

 

Release 6.14.0 · greenplum-db/gpdb

Greenplum-db version: 6.14.0

github.com

 

Greenplum 6.14 ORCA 특징

  • Speeding up Enumeration - Join 시 데이터 정렬에 대한 성능 향상
  • Including Outer Joins - 데이터가 많은 테이블에 대해 Inner Join/Outer Join 시 성능향상
  • Dynamic Partition Elimination - 파티션 테이블 조회시 성능향상
  • optimizer_join_order 옵티마이져 옵션을 이용한 정렬알고리즘 지정 가능(exhaustive, exhaustive2)

 

결국엔 ORCA에 대해 성능향상이 되었다는 얘기이다.!!

 

728x90
반응형

'Database > Greenplum' 카테고리의 다른 글

Greenplum ETL도구 소개  (0) 2021.03.14
Greenplum 7 RoadMap - 예상기능정리  (0) 2021.03.05
Greenplum biopython-1.76 모듈 설치  (0) 2021.01.01
Greenplum - Procedural Languages 란?  (0) 2020.12.23
Greenplum PXF 란?  (0) 2020.12.16