all-things-risingwave
What are the components of a compute node in the system architecture?
I am trying to understand the components of a compute node in the system architecture based on the discussion thread provided.
JJ
JJ
Asked on May 19, 2022
- Front-end services are hosted separately from the compute node.
- Batch and stream executors are part of the compute node.
- Storage is a separate layer.
- In the long term design, front-end, batch executor, stream executor, and storage are decoupled to be scaled independently.
May 19, 2022Edited by