Back to index

Transactional Client-Server Cache Consistency: Alternatives and Performance

M.J. Franklin, M.J. Carey, M. Livny Summary by: Armando Fox and Steve Gribble

One-line summary: Cache consistency for distributed (client-server) DB's is harder to implement and has more tradeoffs than traditional SMP cache consistency, because of high message cost, consistency granularity, access granularity, and ACID semantics.

Overview/Main Points

Relevance

An encyclopedic and relatively disinterested survey paper; reasonable taxonomy of what seems like a large and hack-laden design space.

Flaws


Back to index