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

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

<
От версии < 1.4 >
отредактировано Alexandr Fokin
на 2024/04/20 22:23
К версии < 1.11 >
отредактировано Alexandr Fokin
на 2025/04/09 11:22
>
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,13 +1,37 @@
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:509px" %) |(% style="width:866px" %)
7 +|(% style="width:105px" %)Hash|(% style="width:509px" %) |(% style="width:866px" %)
8 +|(% style="width:105px" %)GIN|(% style="width:509px" %)Generalized Inverted index|(% style="width:866px" %)Difference between GiST and GIN index
9 +[[https:~~/~~/stackoverflow.com/questions/28975517/difference-between-gist-and-gin-index/28976555#28976555>>https://stackoverflow.com/questions/28975517/difference-between-gist-and-gin-index/28976555#28976555]]
10 +|(% style="width:105px" %)Gist|(% style="width:509px" %) |(% style="width:866px" %)
8 8  )))
9 -| |
12 +|Индекс и MVCC|(((
13 +|Индекс не содержит информации о версии строки таблицы, поэтому чтобы проверить видимость версии строки в текущей транзакции необходимо обращение к таблице.
14 +|Индексы отчищаются при срабатывании [[Vacuum>>doc:Разработка.Базы данных.SQL.PostgreSQL.Механизмы.Vacuum.WebHome]] (как и таблицы).
15 +|Задержка отчистки индекса может привозить к повышенной нагрузке в ситуации, когда строки в таблице удалены, но при чтении данных (уже удаленных в таблице) по индексу все равно делаем чтение из таблицы.
16 +)))
17 +| |(((
18 +|(% colspan="1" rowspan="3" style="width:187px" %)Postgres Professional|(% style="width:1253px" %)Индексы в PostgreSQL — 1
19 +[[https:~~/~~/habr.com/ru/company/postgrespro/blog/326096/>>url:https://habr.com/ru/company/postgrespro/blog/326096/]]
20 +|(% style="width:1253px" %)Индексы в PostgreSQL — 2
21 +[[https:~~/~~/habr.com/ru/company/postgrespro/blog/326106/>>url:https://habr.com/ru/company/postgrespro/blog/326106/]]
22 +|(% style="width:1253px" %)Индексы в PostgreSQL — 7
23 +[[https:~~/~~/habr.com/ru/companies/postgrespro/articles/340978/>>https://habr.com/ru/companies/postgrespro/articles/340978/]]
24 +|(% colspan="1" style="width:187px" %) |(% style="width:1253px" %)(((
25 +Индексы в PostgreSQL
26 +[[https:~~/~~/tproger.ru/articles/indeksy-v-postgresql/>>url:https://tproger.ru/articles/indeksy-v-postgresql/]]
10 10  
28 +Используем все возможности индексов в PostgreSQL
29 +[[https:~~/~~/habr.com/ru/company/vk/blog/453046/>>url:https://habr.com/ru/company/vk/blog/453046/]]
30 +)))
31 +|(% style="width:187px" %) |(% style="width:1253px" %)Неожиданная находка, которая освобождает 20 GB неиспользованного индексного пространства [Postgres]
32 +[[https:~~/~~/habr.com/ru/company/otus/blog/672102/>>url:https://habr.com/ru/company/otus/blog/672102/]]
33 +)))
34 +
11 11  ----
12 12  
13 13  ==== Внутренние ссылки: ====