I am newer in database design ,i want to know some features of locking protocol in dbms .
My features are:
- Deadlock Free
- View/conflict serializable
- Recoverable
- Cascadeless
And my protocols are :
- 2pl
- Strict 2pl
- Graph based
- Timestamp
- Validation
- Basedmulti granularity
I want to know every protocols features value(that is said before). For example for 2pl :
- Is it deadlock Free?
- Is itVeiw/conflict serializable?
- Is it recoverable?
- Is it cascadeless?