|
Have I understood this correctly? You describe that using ISAM you can navigate the index file very easily - does that lock you in advance to using THIS particular index file and no others?
Anyway, as long as you keep your pointer into the index, it's child's play
to run back and forth through the file. And searching the index is just a
simple b-tree lookup, so for even a billion record file you could find a
record in a maximum of about 30 accesses (plus one to read the actual data
record). That's how ISAM works, and that's why it's been so beneficial to
the business community. Add the single store of the System i, and you've
got virtually instant access to often-used files.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.