1
Batch I researched and saw that this is a batch processing.... Ta, but what does it mean ? and what would a batch file ? (refers only to the .bat ?) and what would batch drives ? What’s the difference between a batch drive and an online drive ?
1
Batch I researched and saw that this is a batch processing.... Ta, but what does it mean ? and what would a batch file ? (refers only to the .bat ?) and what would batch drives ? What’s the difference between a batch drive and an online drive ?
3
Batch systems or batch processing systems are a type of application that processes a large amount of data (batch data) during its execution. They differ from traditional online systems (web) mainly in the following aspects:
When you mention an online drive and a batch drive, the terms refer to data generated by web and batch systems respectively. This dynamic is common because most systems rely on some batch routine to obtain performance gains (batches are optimized for processing large amounts of data).
If you want to go deeper, I recommend reading of that Article of Medium.
3
Good morning!
Batch processing means it is a sequential processing, it only goes to the next step after finishing the current step.
The windows file ". bat" are batch scripts.
The difference in batch and online processing is the relationship between processing and registration.
In batch processing, all processing is done and records are saved in a buffer (something of the kind). Then, at a certain time (at the end of the day, at the end of the week, at the end of the month, at a certain time, etc.) the records are made, in the same sequence as the processing.
In online processing, records are made shortly after the respective processing.
It’s kind of around.
:-)
3
[batch processing:] what that means ?
It is a term referring to a data processing that occurs through a batch of queued tasks, so that the operating system only processes the next task after the complete completion of the previous task, according to the Wikipedia.
What would be a batch file?
On the Windows platform a file batch is composed of one or more commands that will be executed in order.
In general terms, a batch file defines a set of data that will be used in serial processing.
What would be batch drives?
Without further information, I imagine it is a definition of movements (financial or otherwise) that occur in serial processing.
What’s the difference between a batch drive and an online drive?
Online refers to the environment of availability, not to the processing method.
Browser other questions tagged batch
You are not signed in. Login or sign up in order to post.