I noticed at the function StartBufferIO()
in bufmgr.c, there is no really getting buffer data from disk, only set
InProgressBuf = buf; and return true;
i wondered where is the getting buf data from disk really done?
are there a background process to do this work? which function does this work?
thanks!
peng
i wondered where is the getting buf data from disk really done?
are there a background process to do this work? which function does this work?
thanks!
peng