• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

BernsteinConcurrencyControl

This version was saved 17 years, 5 months ago View current version     Page history
Saved by PBworks
on April 15, 2007 at 6:51:09 pm
 

Lecture

  • 3 techniques for CC
    • locking, 2PL
    • timestamp ordering
    • optimistic control
  • Why hard?
    • lack of global info
    • replication of data: need to update both
      • you want stored items to emulate logical items
  • model paper uses: TMs with private workspace, DM which handles stored items
  • dm-read(x): read from DM, dm-prewrite(x): "private writes", dm-write(x): pubic writes
  • distributed locking
    • replication handling
      • primary site/DM
      • primary copy: similar, but partitioned (still need read lock)
      • decentralized: ready any copy, write locks on all copies (mostly used in industry)
      •  

Comments (0)

You don't have permission to comment on this page.