Improve SQL Performance w/ Indexes

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 11

  • @KahanDataSolutions
    @KahanDataSolutions  2 роки тому +1

    ►► The Starter Guide for Modern Data (Free PDF) → www.kahandatasolutions.com/startermds

  • @dalton_nbg
    @dalton_nbg 2 роки тому +2

    Great explanation, thanks.
    I'm moving from an analyst position to the data engineering side, and your videos have been very helpful.

    • @KahanDataSolutions
      @KahanDataSolutions  2 роки тому +2

      Great to hear! And congrats on making the move to engineering

  • @TanjilulA
    @TanjilulA 2 роки тому +2

    Great video! The impact would have been greater if a demo was shown in addition to the explanation.

    • @KahanDataSolutions
      @KahanDataSolutions  2 роки тому

      Thanks! And yes I agree - I'll have to do another video with a more specific demo.

  • @viniciusuliana
    @viniciusuliana Рік тому +1

    I'm work in data warehouse solutions. Can you talk about indexes in DW? Generally, I create index using the most commons FK's joins e use include option with the most commom measures in non clustered indexes. Is it a good pratice? Thank you!

    • @KahanDataSolutions
      @KahanDataSolutions  Рік тому +1

      Generally speaking I would:
      - Create clustered indexes on PK columns
      - Create Non-Clustered indexes on other columns that are commonly used in JOINs or WHERE clauses

  • @bezualemfisseha2119
    @bezualemfisseha2119 Рік тому

    Thank you Kahan

  • @user-oc1np9ck5e
    @user-oc1np9ck5e 6 місяців тому

    Thank you, not abundant, clear and precise explanation.