What is the difference between batch data and stream data?
1) Batch data is processed in real-time, while stream data is processed in batches.
2) Batch data is processed in batches, while stream data is processed in real-time.
3) Batch data is stored in a database, while stream data is stored in memory.
4) Batch data is used for historical analysis, while stream data is used for real-time analysis.