As shown in the diagram below, tasks in each group may be run in parallel which require reads from the same large file cause disk I/O being bottlenecked. Converting these tasks into sequential execution should be a quick way to reduce read requests to disk.
As shown in the diagram below, tasks in each group may be run in parallel which require reads from the same large file cause disk I/O being bottlenecked. Converting these tasks into sequential execution should be a quick way to reduce read requests to disk.