Andrew File System (AFS)Design for Scalability
Whole-file serving:
- on opening a file, the entire file is transferred to client
Whole-file caching:
- persistent cache contains most recently used files on that computer.
Observations:
- shared files updated infrequently
- working set of single user typically fits into cache on local machine
- file access patterns
- what about transactional data (databases)