all-things-risingwave
How to choose between stream mode and batch mode for different scenes in data processing?
The discussion revolves around the decision-making process between stream mode and batch mode for different scenarios in data processing, particularly in terms of storage and query execution.
JJ
JJ
Asked on May 19, 2022
- Stream mode is suitable for maintaining incremental data in materialized views.
- Batch mode is preferred for querying materialized views.
- Both stream mode and batch mode use the same storage model.
- The decision between stream mode and batch mode is based on the type of data processing and query requirements in different scenes.
May 19, 2022Edited by