CommonJoin和MapJoin区别

CommonJoin即传统思路实现Join,性能较差 因为涉及到了shuffle的过程

Common join/shuffle join/reduce join (都是指同一个)

MapJoin 也叫作 boardcast join,但是MapJoin不会有reduce阶段和shuffle阶段

-----------------------------------------------------------------------------------------------------------------------------------

转载来自:https://blog.csdn.net/lemonzhaotao/article/details/78209708

相关文章:

  • 2021-06-21
  • 2022-12-23
  • 2021-10-24
  • 2021-08-15
  • 2022-01-23
  • 2022-01-08
  • 2021-08-10
猜你喜欢
  • 2022-02-06
  • 2021-07-03
  • 2021-07-29
  • 2021-08-19
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案