Back to the Bank: Persisting Data with ISAM
Something about the need for storing data. Replacing in memory arrays and associative lookup structures with on disk stored accounts and transactions.
Discussion on auto sequence keys vs a header file and its impact on total system performance as a result of contention.
quick example of storing account and transaction records
example using read to load from isam
example using select to load from isam