Concurrency Control: Multiple Granularity for Locks

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 15

  • @SuperMehta007
    @SuperMehta007 7 років тому +5

    A very good explanation of intention locks with relevant examples. Hats off!!

  • @Ashish-pk5tc
    @Ashish-pk5tc 4 роки тому +1

    Very clear explanation..... Examples are very helpful....

  • @manasbudam7192
    @manasbudam7192 7 років тому +1

    the best video on youtube for multiple granularity locks

  • @payalsagar1808
    @payalsagar1808 5 років тому +1

    thankyou so much sir! its far better explanation ....

  • @hasithahiranrajapaksa5611
    @hasithahiranrajapaksa5611 3 роки тому

    great explanation

  • @nikhilhp399
    @nikhilhp399 4 роки тому +1

    arleast mention source, he is a proffessor from IIT, featured in one of NPTEL

  • @sumantisaini
    @sumantisaini 5 років тому

    Quite helpful and explanatory. Thanks.

  • @raj_jully
    @raj_jully 8 років тому

    Why T2 and T3 can not run concurrently ? What about SIX lock?

    • @Ajithkumarsekar96
      @Ajithkumarsekar96 8 років тому

      +Raj Patel T2 and T3 can not be concurrent because at the node f1 the lock compatibility matrix does not hold true i.e between IX and S . 22:35

    • @prabakaranm2698
      @prabakaranm2698 7 років тому

      td;lr - "Only one transaction can be granted an SIX lock on a table at a time."
      Logically it makes sense that T2 and T3 cannot run concurrently.
      But I understand you are question is then at what case a node will have "SIX" lock right.
      It is not explained in this tutorial.
      Hope you can understand it better here (www.radford.edu/~itr-cs/sqltables/c5s20.html)

  • @mayurpardeshi719
    @mayurpardeshi719 8 років тому +1

    thank u so much sir

  • @ramyalaxmi928
    @ramyalaxmi928 4 роки тому

    Sir, How come IX and X are compatible. how can it write

    • @madmax2442
      @madmax2442 3 роки тому

      They aren't compatible. Sir never said that. Also, it is 'N' in the compatibility matrix.

  • @junjason4114
    @junjason4114 6 років тому

    I think it is better to demonstrate how transactions get locks from top to bottom, instead of from bottom to top.