Batch and query applications typically do a lot of sequential processing, while data access for OLTP tends to be more random in nature.
批处理和查询应用程序通常要进行大量的顺序处理,而用于OLTP的数据访问往往更具有随机性。
Batch and Utilities: Batch and utility programs typically deal with large amounts of data, often processing the data in a sequential manner.
批处理和实用程序:批处理和实用程序通常处理大量的数据,并且常常以一种连续的方式处理数据。
For example, a batch application producing a report of all processed data will likely be using sequential operations since all the data in the database needs to be processed anyway.
例如,生成需要处理所有数据的报告的批处理应用程序可能会使用顺序操作,因为数据库中的所有数据无论如何都需要被处理。
应用推荐