1 | Concurrency control of buffer caches among instances |
2 | Maintain independent, yet consistent cache of blocks for all instances |
3 | Allow multiple nodes to simultaneous read/write to database (disks) |
4 | Maximizes concurrent data access and minimizes (disk) I/O activity |
5 | Block-level PCM locks, row-level locking preserved |
6 | A fault-tolerant DLM: if a node goes down, the DLMs will automatically recover and reconstruct the lock database on behalf of the failed DLM |