MaxCompute - Optimizes Performance of MaxCompute SQL
Mar 26 2019
MaxComputeContent
Features released: MaxCompute SQL is optimized through DynamicDAG and ShuffleRemove Optimization. DynamicDAG: a required mechanism for dynamic optimization. It can delay an optimization to be triggered at run time to improve the effect of the optimization (resource allocation or algorithm selection) and reduce the possibility of generating a low-performance execution plan. ShuffleRemove optimization: optimization for shuffles. MaxCompute supports Shuffle Remove for right tables, which have duplicate keys, of the INNER JOIN clause.