[zfs-discuss] Efficiency when reading the same file blocks

2007-02-25 Thread Jeff Davis
if you have N processes reading the same file sequentially (where file size is much greater than physical memory) from the same starting position, should I expect that all N processes finish in the same time as if it were a single process? In other words, if you have one process that reads

Re: [zfs-discuss] Efficiency when reading the same file blocks

2007-02-25 Thread Neil Perrin
Jeff Davis wrote On 02/25/07 20:28,: if you have N processes reading the same file sequentially (where file size is much greater than physical memory) from the same starting position, should I expect that all N processes finish in the same time as if it were a single process? Yes I would