Manage Databases With Azure SQL Elastic Pools

Поделиться
HTML-код
  • Опубликовано: 12 фев 2023
  • Learn how Azure SQL Elastic Pools can be used to manage Azure SQL Databases. Elastic Pools can help optimize costs and improve scalability for databases with unpredictable workload patterns.
  • НаукаНаука

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

  • @sarthakkharehcl142
    @sarthakkharehcl142 26 дней назад +1

    Best and easiest way to explain the Elastic Pool.

    • @DataBar
      @DataBar  26 дней назад

      Glad it helped!

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

    Excellent video

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

  • @grimmersnee
    @grimmersnee 8 месяцев назад +1

    great explanation

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

      Glad it was helpful!

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

    Very well explained

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

      Glad it was helpful!

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

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

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

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

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

      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!