info-c digest v2n230
Rick Genter x18
reg at lti.com
Thu Oct 27 07:38:28 AEST 1988
> And don't forget that at some level the record-access has to be doing
> byte-stream I/O *anyway*. The only way it can win is by buffering. And wouldn't
> you rather tune your own buffer sizes?
This is not correct. Record-access in the IBM mainframe world is also
referred to or built on top of an `access method'. These provide direct
access I/O to the disk at the record level, and the method of address
is of varying complexity. There may be hash tables, B-trees, etc.,
involved that most certainly do *N*O*T* do byte-stream I/O to the disk.
- reg
--
Rick Genter ...!{buita,bbn}!lti!reg
Language Technology, Inc. reg%lti.uucp at bu-it.bu.edu
27 Congress St., Salem, MA 01970 (508) 741-1507
More information about the Comp.lang.c
mailing list