У нас вы можете посмотреть бесплатно SQL Indexing best practices | How to make your database faster part 1 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
@SQLBalls walks us through the age old fight of Heaps vs. Clustered Indexes!?! ....to be honest it's only a fight because the default table type of Oracle is a Heap, SQL Server is a Clustered Index. Both have good uses in SQL Server, but it is importiant to understand what those uses are and when to use them. That's what we will walk through, the internal structure, the overhead, and some use cases. There is no code demo, we kept this conceptual and the follow up video will have the demos. Links: Heaps (Tables without Clustered Indexes) https://learn.microsoft.com/en-us/sql... Clustered and nonclustered indexes described https://learn.microsoft.com/en-us/sql... Chapters 00:00 Introduction 00:15 About TFTF 00:36 Heaps vs. Clustered Indexes 01:12 Table Types 01:36 Data Pages 01:51 Small Overview of IAM Pages 02:19 Internals of Heaps 03:02 Internals of Clustered Indexes 05:04 Clustered Index Example 06:50 Non-Clustered Indexes 07:49 Wrap Up