reset password
Author Message
nsubasc
Posts: 6
Posted 15:34 Jun 02, 2016 |

What are the conflicting operations ?? Like the pairs when conflict happens...few examples !!

layla08
Posts: 70
Posted 16:28 Jun 02, 2016 |
nsubasc wrote:

What are the conflicting operations ?? Like the pairs when conflict happens...few examples !!

Everything except read read is conflicting. This includes read-write, write-read, and write-write

nsubasc
Posts: 6
Posted 16:30 Jun 02, 2016 |

i.e., all read-write, write-read,write-write on same data but different transactions ... all these pairs are conflict..Am i right ??

cysun
Posts: 2935
Posted 17:00 Jun 02, 2016 |
nsubasc wrote:

i.e., all read-write, write-read,write-write on same data but different transactions ... all these pairs are conflict..Am i right ??

Yes.