Quote:
Originally Posted by JimmXinu
It boggles my mind that a <1m DB file could cause physical disk access at all past the initial read. Surely it all fits in disk cache??
EDIT: Unless there's something that's cause write/flushes to occur?
|
I agree. It "smells" like there is something that touches the disk in some other way that isn't cached, such as fetching file attributes. Another thought is the same as yours: something is telling the OS to flush the cache, perhaps as part of a transaction commit.