Manage Databases With Azure SQL Elastic Pools

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии •

  • @TAIMIUWU
    @TAIMIUWU Месяц назад +1

    Briliant explanation. A million thanks

    • @DataBar
      @DataBar  Месяц назад

      Glad it was helpful!

  • @sarthakkharehcl142
    @sarthakkharehcl142 8 месяцев назад +2

    Best and easiest way to explain the Elastic Pool.

    • @DataBar
      @DataBar  8 месяцев назад

      Glad it helped!

  • @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!!!

  • @apurvgaykhe715
    @apurvgaykhe715 Год назад +1

    Very well explained

    • @DataBar
      @DataBar  11 месяцев назад

      Glad it was helpful!

  • @hristoatanasov4895
    @hristoatanasov4895 4 месяца назад +1

    Great video.

    • @DataBar
      @DataBar  4 месяца назад

      Thank you!!

  • @preyebuowari9129
    @preyebuowari9129 9 месяцев назад +1

    Excellent video

    • @DataBar
      @DataBar  9 месяцев назад

      Thank you!!

  • @grimmersnee
    @grimmersnee Год назад +1

    great explanation

    • @DataBar
      @DataBar  Год назад

      Glad it was helpful!

  • @datasqlai
    @datasqlai 9 месяцев назад

    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  9 месяцев назад

      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 9 месяцев назад

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

    • @DataBar
      @DataBar  9 месяцев назад

      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!