M
Member 310024
Guest
MF COBOL 4.5 MSWXP
I have an ISAM file with over 1 million records and I am not happy with the READ DIRECT (on primary key) performance.
With some data-bases (eg HP-Image), you can get the records physically closer ( hence avoiding seek time and rotational delay), by doing an unload/reload which "packs" them back together, and avoids long pointer paths.
Would this work with the XP operating system, or could I end up with just as much fragmentation as I have now?
Alternatively, is there some other thing I can do to speed up I-O. I suspect the BLOCK CONTAINS clause doesn't work on the PC. Thanks in advance.
I have an ISAM file with over 1 million records and I am not happy with the READ DIRECT (on primary key) performance.
With some data-bases (eg HP-Image), you can get the records physically closer ( hence avoiding seek time and rotational delay), by doing an unload/reload which "packs" them back together, and avoids long pointer paths.
Would this work with the XP operating system, or could I end up with just as much fragmentation as I have now?
Alternatively, is there some other thing I can do to speed up I-O. I suspect the BLOCK CONTAINS clause doesn't work on the PC. Thanks in advance.