Senior DBA Class - Index Maintenance for Enterprise Environments

Поділитися
Вставка
  • Опубліковано 19 лип 2024
  • You’ve learned over time that maintenance plans are the wrong way to go, and you’ve implemented index maintenance scripts from Ola Hallengren, the MidnightDBAs, or Michelle Ufford. However, you’re not really sure exactly what you’re fixing, or if it’s the least invasive way to improve performance. Learn the difference between internal and external fragmentation, see how fill factor destroys performance, and discover a simple set of parameters that can keep everybody happy.
  • Наука та технологія

КОМЕНТАРІ • 17

  • @igorgodanj3723
    @igorgodanj3723 3 роки тому

    Thnx for sharing! I would just add that setting MAX DOP in the DBCC CHECKDB or index maintenance (OLA) command is necessary only if your server MAX DOP setting is not good enough (like sharepoint) because OLA script takes global MAX DOP settings if you didn't explicitly specify differently in the command.

  • @diegombt
    @diegombt 3 роки тому +1

    You have an awesome content! Muchas gracias Brent!

  • @IsmailShaikh-hw9ro
    @IsmailShaikh-hw9ro 2 роки тому

    Saving your playlist.. ❤️

  • @radaefilms3150
    @radaefilms3150 3 роки тому

    Thank you sir

  • @antoniamesesan9711
    @antoniamesesan9711 3 роки тому

    great content!!!

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

    lol I just built some new SQL servers just after we added a few hundred TB of SSD allowing us to get rid of our spinners and I set up every log drive in its own volume not even thinking about it.
    On index re-orgs - does SQL 2017 and 19 update statistics now?

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

    Thanks Brent, any recommendations on running Ola Hallengren index maintenance scripts for VLDBs on daily basis

  • @Kudrat560
    @Kudrat560 3 роки тому

    Hi Brent, We see in our Database, tables are getting fragmented frequently.. any lead and direction for such behavior ?

  • @jamiestrick
    @jamiestrick 2 місяці тому

    I am moving over to SQLServer from the SYBASE world. In many cases we used non clustered indexes as our PK and clustered indexes to reduce contention for the last page. In current MS SQL is best practice to clustered on the PK ?

  • @oldcmputer
    @oldcmputer 3 роки тому

    Where can I read / understand more about your comment on things change and having data / log files on separate drives doesn't make much sense anymore. I'd like to dig into that rabbit hole more if you can link me that specific video - Thanks