How can map side join perform worse than the regular one (HIVE)

后端 未结 0 1243
栀梦
栀梦 2020-11-21 04:37

I have performance issues with the following query:

INSERT OVERWRITE TABLE output PARTITION(`date`)
SELECT DISTINCT
  i1.type,
  i1.id1,
  i1.id2,
  i1.id3,
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题