Тёмный

Sql performance (Part 5) - Index Seek Vs Index Scan 

Sql Is Easy
Подписаться 5 тыс.
Просмотров 112
50% 1

Sql performance (Part 5) - Index Seek Vs Index Scan
create clustered index Ix_Demo_Id on [Demo](Id)
create nonclustered index Ix_Demo_Value on [Demo](value)
select * from Demo where value ='Shrikant'
select * from Demo with( index (Ix_Demo_Id)) where value ='Shrikant'

Опубликовано:

 

6 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@sreeramchandu
@sreeramchandu 2 месяца назад
So understandable
Далее
What are SSIS SSAS and SSRS Technologies
15:07
Просмотров 18 тыс.
Оптимизация SQL запроса
17:13
Просмотров 16 тыс.
MySQL: INDEXES are awesome
6:26
Просмотров 43 тыс.