ThesaHelp: ACM references a-e
ThesaHelp: references a-b
Topic: data caching
Topic: replicated data
Topic: database transactions
| |
Reference
Afek, Y., Brown, G., Merritt, M.,
"Lazy caching",
ACM Transactions on Programming Languages and Systems, 15, 1, pp. 182-205, January 1993.
Google
Quotations
183 ;;Quote: data consistency becomes a problem when multiple copies exist; traditionally, all copies are kept identical
| 183 ;;Quote: define sequential consistency of replicated data by a serialization condition; i.e., behavior indistinguishable from a shared-memory system
| 183 ;;Quote: lazy cache algorithm buffers read and write requests; sequential consistency by atomic write to In queues, and flush on write..read by a processor
| 184 ;;Quote: sequential consistency for replicated data from Lamport; but he required a FIFO request queue per memory
| 184 ;;Quote: cache coherence if a read always returns the value of the last write; stronger than sequential consistency
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references a-b (396 items)
Topic: data caching (28 items)
Topic: replicated data (45 items)
Topic: database transactions (26 items)
|