Database/Greenplum
Greenplum 6.14에서 ORCA(query optimizer) 성능향상
정리하는개발자
2021. 2. 17. 22:02
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
반응형