Re: disk file reads slow down for file sizes greater than 2 GB
From: Richard Maine (nospam_at_see.signature)
Date: 03/18/04
- Next message: Richard Maine: "Re: g77, cygwin, CALL System('cls')"
- Previous message: Gordon Sande: "Re: A petition to J3 apropos FORTRAN's future"
- In reply to: John S: "Re: disk file reads slow down for file sizes greater than 2 GB"
- Next in thread: glen herrmannsfeldt: "Re: disk file reads slow down for file sizes greater than 2 GB"
- Reply: glen herrmannsfeldt: "Re: disk file reads slow down for file sizes greater than 2 GB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Mar 2004 08:42:12 -0800
shaeffer@bigzoo.net (John S) writes:
> Thus this appears to be a data stride/OS cache/disk cache issue and
> not one of addressing limits.
That's my guess, though I wasn't going to take the time to experiment.
Would take a fair amount of work to experiment comprehensively (and
ideally several different machines), and I don't even have any good
candidates to play with conveniently at work. (For some things,
the virtual PC on my Mac or Linux boxes is ok, but I think not
for this - it would just muddy the water).
Anyway, to add one constructive input other than just give
excuses, be sure to also consider the interaction with virtual
memory swapping. That could make it hard to match your results
with trivial bennchmark programs, which might not have the same
kinds of access patterns to program memory, even if they had the
same access patterns to the data files.
I'm thinking that you are probably taking a big hit from having
virtual memory paging and heavy data file I/O both at the same
time. Your figures of factors of 30 or so (I think that's what
I recalled) sound quite plausible for that kind of situation.
-- Richard Maine | Good judgment comes from experience; email: my first.last at org.domain | experience comes from bad judgment. org: nasa, domain: gov | -- Mark Twain
- Next message: Richard Maine: "Re: g77, cygwin, CALL System('cls')"
- Previous message: Gordon Sande: "Re: A petition to J3 apropos FORTRAN's future"
- In reply to: John S: "Re: disk file reads slow down for file sizes greater than 2 GB"
- Next in thread: glen herrmannsfeldt: "Re: disk file reads slow down for file sizes greater than 2 GB"
- Reply: glen herrmannsfeldt: "Re: disk file reads slow down for file sizes greater than 2 GB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|