自学内容网 自学内容网

doris 2.1 Queries Acceleration-Hints 学习笔记

在这里插入图片描述

1 Hint Classification

1.1 Leading Hint:Specifies the join order according to the order provided in the leading hint.
1.2 Ordered Hint:A specific type of leading hint that specifies the join order as the original text sequence.
1.3 Distribute Hint:Specifies the data distribution method for joins as either shuffle or broadcast.
1.4 CBO Rules
1.4.1 CBO rule control hints

2 Hint Log

2.1 usage and log

explain shape plan select  /*+ leading(t2 t1) */ 

原文地址:https://blog.csdn.net/weixin_40455124/article/details/145267401

免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!