<<< | Index | Sequential vs. Random Access Files, cont. >>> |
Sequential access to files
Access records sequentially from beginning to end
Good for batch processing
Same tasks with many records one after the other
Inefficient for many applications
Realtime applications
Require immediate record access while client waits
<<< | Index | Sequential vs. Random Access Files, cont. >>> |