Power BI on Databricks Best Practices

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

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

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

    This session is great briefing in terms of performance optimization about how PowerBI dealing with databricks components

  • @wodraeve
    @wodraeve 7 месяцев назад

    Question for Chris Webb.. When using aggregates in Power BI with Databricks, should you put your dimensions in direct query, import or dual mode? Does it matter if the aggregates are defined using the relationships or groups? thanks

  • @felixhaag1335
    @felixhaag1335 7 месяцев назад +1

    One thing which should be mentioned on the Databricks SQL Warehouse portion of the presentation is cost.
    Because the advised option of using a severless SQL warehouse is the most expensive one, costing 4-5x the amount of a classic Warehouse per DBU (around 0.9$). In addition, a medium-sized SQL Warehouse can consume up to 24 DBU/h/cluster.

    • @andreymirskiy5308
      @andreymirskiy5308 5 месяцев назад +1

      Serverless SQL warehouse can help to achieve better TCO/performance when you also consider idle time (warehouse is up but not serving queries) and the need for quick scaling up and down when workloads get higher or lower.