First page Back Continue Last page Summary Graphic
Partitioning & Orchestration
Partitioning
- Tables spread across whole machine in disjoint manner
- Lose a machine => lose data
- easier to maintain
Parallelized at "the bottom"
- Initial part of the query scattered between nodes
- That's where the hard work is, anyway