Performance at Scale with Microsoft Fabric: Query Processing!

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

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

  • @alt-enter237
    @alt-enter237 Год назад +1

    Man I love Bogdan!! I will watch ANYTHING he talks about.

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

    How would you compare these enhancements vs. Databricks delta live tables processing or delta tables

  • @AMPhotography
    @AMPhotography 10 месяцев назад

    So when we say direct lake is that a real direct query from PowerBI or is the data still loaded in PBI dataset?

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

    Very helpful, thanks for this video!
    Not sure if I just don't get it, but:
    On the slide "processing data | conclusion" you're comparing the parquet formatting for Synapse (left) and Fabric (right), correct? On the left / Synapse side you're showing that there's the need for transcoding parquet into vertipaq for Power BI consumption.
    1. Is this vertipaq transcoding done at runtime while Power BI queries data in Direct Query Mode?
    2. Is this vertipaq transcoding not necessary anymore with fabric? Is parquet data in fabric directly ready for PBI consumption?

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

      no. Both are Fabric. Left -- this is how we read, via Transcoding, into PBI and SQL. Right -- this is how we write vordered parquet from all engines

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

      Ahh ok thanks!

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

      So with direct query mode, Power BI always needs to transcode at runtime into vertipaq, with potential data processing performance loss?

    • @bcrivatutub
      @bcrivatutub Год назад +2

      @@gucksdu4 No. Not with Direct Query (that one sends queries to a SQL engine). This is with DirectLake. Also, try it out and let us know if you see any performance loss.