MySQL Spotting Performance Problems

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 9

  • @anchalajay9715
    @anchalajay9715 3 ปีที่แล้ว +3

    you have not added the query in the description.

    • @shamilsaleem9444
      @shamilsaleem9444 3 ปีที่แล้ว +1

      i think he is referring to the udemy course

  • @ayazahamed8254
    @ayazahamed8254 ปีที่แล้ว +1

    Very well explained. Useful content.

  • @fahdbahoo1
    @fahdbahoo1 ปีที่แล้ว +9

    SELECT (100 * SUM_TIMER_WAIT / sum(SUM_TIMER_WAIT)
    OVER()) percent,
    SUM_TIMER_WAIT AS total,
    COUNT_STAR AS calls,
    AVG_TIMER_WAIT AS mean,
    substring(DIGEST_TEXT , 1, 75),
    DIGEST_TEXT
    FROM performance_schema.events_statements_summary_by_digest
    ORDER BY SUM_TIMER_WAIT DESC
    LIMIT 10 ;

  • @cjbarroso
    @cjbarroso 2 ปีที่แล้ว +1

    thank you very much, you are an excellent teacher

  • @gregoryplaza
    @gregoryplaza 2 ปีที่แล้ว

    this is a very useful material, I really appreciate your time and dedication very well explanation of some performance topics, awesome job sr.

  • @satishshinde5300
    @satishshinde5300 2 ปีที่แล้ว

    Can you share query??

  • @givemorenenohwe2973
    @givemorenenohwe2973 2 ปีที่แล้ว

    thank you