Исходный код вики Типы Индексов
Редактировал(а) Alexandr Fokin 2023/12/16 14:12
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | Доступные типы индексов | ||
2 | https://docs.microsoft.com/ru-ru/sql/relational-databases/indexes/indexes?view=sql-server-ver15 | ||
3 | |||
4 | Руководство по архитектуре и разработке индексов SQL Server | ||
5 | https://docs.microsoft.com/ru-ru/sql/relational-databases/sql-server-index-design-guide?view=sql-server-ver15 | ||
6 | |||
7 | ---- | ||
8 | |||
9 | |(% style="width:74px" %) |(% style="width:949px" %)**Тип**|(% style="width:463px" %) | ||
10 | |(% style="width:74px" %)1|(% style="width:949px" %)Хэш|(% style="width:463px" %) | ||
11 | |(% style="width:74px" %)2|(% style="width:949px" %)Некластеризованный индекс, оптимизированный для памяти|(% style="width:463px" %) | ||
12 | |(% style="width:74px" %)3|(% style="width:949px" %)Кластеризованный|(% style="width:463px" %) | ||
13 | |(% style="width:74px" %)4|(% style="width:949px" %)Некластеризованный|(% style="width:463px" %) | ||
14 | |(% style="width:74px" %)5|(% style="width:949px" %)Уникальная идентификация|(% style="width:463px" %) | ||
15 | |(% style="width:74px" %)6|(% style="width:949px" %)columnstore|(% style="width:463px" %) | ||
16 | |(% style="width:74px" %)7|(% style="width:949px" %)Индекс с включенными столбцами|(% style="width:463px" %)((( | ||
17 | Include поля в индексе. | ||
18 | |||
19 | Why use the INCLUDE clause when creating an index? | ||
20 | [[https:~~/~~/stackoverflow.com/questions/1307990/why-use-the-include-clause-when-creating-an-index>>url:https://stackoverflow.com/questions/1307990/why-use-the-include-clause-when-creating-an-index]] | ||
21 | ))) | ||
22 | |(% style="width:74px" %)8|(% style="width:949px" %)Индекс на вычисляемых столбцах|(% style="width:463px" %) | ||
23 | |(% style="width:74px" %)9|(% style="width:949px" %)Индекс на столбце, являющемся производным от одного или нескольких других столбцов или нескольких детерминированных источников.|(% style="width:463px" %) | ||
24 | |(% style="width:74px" %)10|(% style="width:949px" %)Filtered|(% style="width:463px" %)[[Фильтрующий индекс>>doc:Разработка.Базы данных.SQL.MSSQL.Механизмы.Типы Индексов.Фильтрующий индекс.WebHome]] | ||
25 | |(% style="width:74px" %)11|(% style="width:949px" %)Пространственный индекс|(% style="width:463px" %) | ||
26 | |(% style="width:74px" %)12|(% style="width:949px" %)XML|(% style="width:463px" %) | ||
27 | |(% style="width:74px" %)13|(% style="width:949px" %)Полнотекстовый|(% style="width:463px" %) | ||
28 | |||
29 | ---- | ||
30 | |||
31 |