From: Leyne, S. <Se...@br...> - 2007-07-24 16:11:01
|
Alex, > > Disk sectors have been 512 bytes for the last 20 years and likely for > > many more. Accordingly, our disk accesses will always be on sector > > boundaries. >=20 > Sean, problem is that not all of our buffers are 512 bytes aligned now. Which buffers? The only buffers which need to be aligned would be those that would be written to disk AND where the file was opened with the special flag. I was expecting that only the database file would be opened with the flag. Sean |