Manage Databases With Azure SQL Elastic Pools

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

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

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

    Excellent! One of the best teaching videos: structured, well organized, clear. Sir, work on more topics and I can assure you as an instructor you would be one of the best!

    • @DataBar
      @DataBar  ปีที่แล้ว

      Thank you sir. I appreciate that! More content coming soon!!!

  • @TAIMIUWU
    @TAIMIUWU 2 หลายเดือนก่อน +1

    Briliant explanation. A million thanks

    • @DataBar
      @DataBar  2 หลายเดือนก่อน

      Glad it was helpful!

  • @sarthakkharehcl142
    @sarthakkharehcl142 9 หลายเดือนก่อน +2

    Best and easiest way to explain the Elastic Pool.

    • @DataBar
      @DataBar  9 หลายเดือนก่อน

      Glad it helped!

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

    Very well explained

    • @DataBar
      @DataBar  ปีที่แล้ว

      Glad it was helpful!

  • @hristoatanasov4895
    @hristoatanasov4895 5 หลายเดือนก่อน +1

    Great video.

    • @DataBar
      @DataBar  5 หลายเดือนก่อน

      Thank you!!

  • @preyebuowari9129
    @preyebuowari9129 10 หลายเดือนก่อน +1

    Excellent video

    • @DataBar
      @DataBar  10 หลายเดือนก่อน

      Thank you!!

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

    great explanation

    • @DataBar
      @DataBar  ปีที่แล้ว

      Glad it was helpful!

  • @datasqlai
    @datasqlai 10 หลายเดือนก่อน

    whats the latency of moving databases out of latency pool or increasing service tier of it. How to deal with noisy neighbour problem and how to mitigate the risk of kicking out the noisy neighbour from the pool without disruption or latency ?

    • @DataBar
      @DataBar  10 หลายเดือนก่อน

      Increasing a service tier can vary depending on if the current underlying VM has the resources to allocate to your instance, or if it needs to be moved to a different instance. However the downtime is minimal as some of this work involved with potentially moving to a new VM happens in the background while your current instance continues to run, and then we will do, in essence a DNS change, at the end. Moving databases into a new elastic pool is a relatively seamless experience. Within elastic pools, your can limit the amount a vCores that a database can consume from that pool helping to put guardrails around noisy neighbors.

    • @datasqlai
      @datasqlai 10 หลายเดือนก่อน

      @@DataBar my main concern is kicking out the noisy neighbour from the elastic pool to a dedicated azure SQL instance

    • @DataBar
      @DataBar  10 หลายเดือนก่อน

      Understood. That’s why it’s important to set up good monitoring and alerting procedures so you can identify things like that and take appropriate action!