摘要: 背景 若干SQL执行在HIVE上,需要查看特定的执行计划,理解内部的运行机制,笔者以现有的背景做为理解案例: 案例 1 hive> explain 2 > select count(1) from ( 3 > select s_age 4 > from student_tb_txt 5 > grou 阅读全文
posted @ 2020-12-14 22:07 lenomail 阅读(126) 评论(0) 推荐(0)
摘要: rt 阅读全文
posted @ 2020-12-14 21:28 lenomail 阅读(41) 评论(0) 推荐(0)