ISAM
- ISAM
- Indexed Sequential Access Method. A method for storing data and indexing it on a disk (or in a database). Data is stored sequentially, with a separate index for each key, allowing direct access to data records by key.
© Copyright 2004-2024, A B Cryer, All rights reserved.