What is a characteristic of batch processing?
The data ingested during batch processing must be processed as soon as the data is received.
Large datasets must be split into batches of less than 1 GB before the data can be processed.
There is a noticeable time delay between ingesting data and obtaining the data processing results.
Batch processing can only process data that is structured.
Submit