Изменения документа PostgreSQL. Индексы

Редактировал(а) Alexandr Fokin 2025/04/09 11:58

<
От версии < 1.6 >
отредактировано Alexandr Fokin
на 2024/04/20 22:34
К версии < 1.8 >
отредактировано Alexandr Fokin
на 2024/04/29 14:02
>
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,10 +1,12 @@
1 -| |11.2. Index Types #
1 +| |11.2. Index Types
2 2  [[https:~~/~~/www.postgresql.org/docs/current/indexes-types.html>>https://www.postgresql.org/docs/current/indexes-types.html]]
3 +[[https:~~/~~/postgrespro.ru/docs/postgresql/15/indexes-types>>https://postgrespro.ru/docs/postgresql/15/indexes-types]]
3 3  | |[[Индексы>>doc:Разработка.Базы данных.Механизмы.Индексы.WebHome]]
4 4  | |(((
5 -|BTree|
6 -|GIN|
7 -|Gist|
6 +|(% style="width:105px" %)BTree|(% style="width:1344px" %)
7 +|(% style="width:105px" %)Hash|(% style="width:1344px" %)
8 +|(% style="width:105px" %)GIN|(% style="width:1344px" %)Generalized Inverted index
9 +|(% style="width:105px" %)Gist|(% style="width:1344px" %)
8 8  )))
9 9  | |(((
10 10  |(% colspan="1" rowspan="3" style="width:187px" %)Postgres Professional|(% style="width:1253px" %)Индексы в PostgreSQL — 1