Problems with Concurrent Execution of Transactions

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • Join Discussion: www.techtud.com...
    IMPORTANT LINKS:
    1) Official Website: www.techtud.com/
    2) Virtual GATE: virtualgate.in/...
    Both of the above mentioned platforms are COMPLETELY FREE, so feel free to Explore, Learn, Practice & Share!
    Our Social Media Links:
    Facebook Page: / techtuduniversity
    Facebook Group: / virtualgate
    Google+ Page: plus.google.co...
    Last but not the least, SUBSCRIBE our UA-cam channel to stay updated about the regularly uploaded new videos.

КОМЕНТАРІ • 54

  • @invisiqueshadow5972
    @invisiqueshadow5972 2 роки тому +14

    Maturity is when you realise that this is better than gate smashers.

    • @semthree5736
      @semthree5736 2 роки тому +2

      Yeah bro..this is so good...

  • @tejeshkonchada3971
    @tejeshkonchada3971 4 роки тому +16

    Play at 1.25 times original speed. Thank me later

    • @stable_electron
      @stable_electron 3 роки тому +1

      thank you! you time saver

    • @_sourav_
      @_sourav_ Рік тому

      Playing at 2x still seems slow xD

  • @raghul867
    @raghul867 3 роки тому +14

    I'm the only one who watching this with 2x speed before 10mins of exam.

  • @shauntomy1277
    @shauntomy1277 8 років тому +9

    One of the best teachers i have seen, keep up the good work :)

  • @lordstinson8095
    @lordstinson8095 6 років тому +6

    What's the difference between "Unrepeatable read" and "Phantom Read" problem?

  • @ChandanYadav-hb6ux
    @ChandanYadav-hb6ux 8 років тому +2

    nice explanation....
    please uploaded video on Concurrency Control..

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

    Very simple and understandable, just what I was looking for thank you

  • @attacker21
    @attacker21 10 місяців тому

    What a good explanation.

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

    I don't understand English but i understand you hahaha
    It's very good explanation from u
    Thnx to much

  • @oliveryt7168
    @oliveryt7168 2 роки тому

    Good explanation.

  • @ChandanYadav-hb6ux
    @ChandanYadav-hb6ux 8 років тому +1

    nice explanation..
    please uploaded video on topic in dbms like Dynamic Hashing ,Indexes ...

  • @anjalithakkar2259
    @anjalithakkar2259 6 років тому +1

    you hv a grt handwriting!

  • @CreazyFunFactsHQ
    @CreazyFunFactsHQ Рік тому

    I like more and more what your explanation thanks more

  • @rakshitabandi9615
    @rakshitabandi9615 2 роки тому

    thank you ,it was nice and simple explanation

  • @venkateshchowdarapu5125
    @venkateshchowdarapu5125 5 років тому +2

    Sir in dirty read problem example how can T2 read the value of X as 110 instead of 100 which is not commited.

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

      Because in t1 a write operation is performed after increasing the value of A.

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

    Excellent explaination thankx

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

    Great video. Thank You

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

    Very good, thanks!

  • @thakur_185.
    @thakur_185. 6 років тому +1

    excellent explanation

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

    Neat. a very good idea for a youtube channel

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

    Thank you very much for the explanation sir....

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

    Nicely explained 👌 👏

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

    what about dirty writes and write skew anomaly?

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

    Nice explanation

  • @sanjeevsingh-nh4xj
    @sanjeevsingh-nh4xj 6 років тому +1

    does w(x) means writing update to database?????

  • @mohamedbalshy3105
    @mohamedbalshy3105 9 місяців тому

    Designing data-intensive applications book is recommended

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

    Sorry for my ignorance...but what is the use of writing to the Database???
    It can commit directly while it writes to the table, right??, why is this intermediate step of writing to Database? If it's really required can you give me an example, at which point it may failed to commit when the write is successful. Thanks

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

    thanks a bunch for the well organized and simplified explanations

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

    Thank you for this lesson

  • @SarbotamChatterje
    @SarbotamChatterje 8 років тому +2

    IS IT A DIRTY READ CASE DURING LOST UPDATE PROBLEM? I THINK NO, COS THE VALUE OF X IS NOT YET WRITTEN IN COLUMN 1 AND THE VALUE IS STILL 100 FOR X IN COLUMN 2.. PLZ EXPLAIN. 5:10

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

      I'm not sure what your are trying to say but if I understand correctly, that is not a "dirty read case". The problem of above schedule in Lost update problem is that T1, T2 are not serializable. In other words, that schedule is wrong case since T2 will read not-updated "x" value from Hard disk. In this case, all transaction will be terminated or committed without abort but x will be a wrong value.
      In contrast, in dirty read case, x must have a original value because T1 has been aborted. But, T2 still have a changed "x" value. So, this case is not a updating problem.
      I wrote this knowledge as far as I know. If you find any incorrect information about above comment, please make correction

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

      Yes you are right, the word itself says DIRTY READ, means a failed value is read by some other transaction, and a value is read by other transaction only if it is written(write) first

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

    can u please provide a video on INCONSISTENT RETRIEVAL PROBLEM

  • @ShikhaMallick
    @ShikhaMallick 8 років тому +3

    Good explanation...

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

    CHeck out the Pi calculus and Rholang/RChain project, safe concurrent execution

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

    sir please prefer white background color
    it's comfortable to read with white bg

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

    Thank you that is all I can say

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

    sir pls make vedio on what are WR ,RW,WW problem plzzzzzz

  • @Onella3DMusic
    @Onella3DMusic 2 роки тому

    tysm

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

    Helpful !

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

    really helpful

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

    Will u pls provide us notes of all the topics

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

    well taught !!

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

    what about multiuser anomaly?

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

    thanks saved my arse !

  • @gozdec.1376
    @gozdec.1376 5 років тому

    thanks

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

    i did not understand the last two ones incorrect summary and unrepeatable read
    can u please explain...

  • @rakib5969
    @rakib5969 2 роки тому

    Are you Bangali ?

  • @Dnyaneshwar_Mulay
    @Dnyaneshwar_Mulay Рік тому +1

    Wrong information shared