what is meant by real time data and batch data orchestration - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Data Pipeline (https://bdn.bdb.ai/forumdisplay.php?fid=48) +---- Forum: BDB Data Pipeline Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=17) +---- Thread: what is meant by real time data and batch data orchestration (/showthread.php?tid=408) |
what is meant by real time data and batch data orchestration - manjunath - 12-23-2022 Real-time data refers to data that is generated and processed in real-time, as it is being produced. This means that the data is processed as soon as it is available, rather than being stored and processed at a later time. Batch data orchestration refers to the process of scheduling and executing data processing tasks in batch mode, rather than in real-time. In batch mode, data is collected over a period of time and then processed all at once, rather than being processed as it is being produced. There are advantages and disadvantages to both real-time data processing and batch data orchestration. Real-time data processing can provide faster results and enable more immediate decision-making, but it can also be more resource-intensive and may require more complex infrastructure. Batch data orchestration can be more efficient and less resource-intensive, but it may result in a delay between the time the data is generated and the time the results are available. The choice between real-time data processing and batch data orchestration will depend on the specific needs of the application and the resources available. |