Исходный код вики PostgreSQL. Индексы
Версия 1.5 от Alexandr Fokin на 2024/04/20 22:30
Скрыть последних авторов
| author | version | line-number | content |
|---|---|---|---|
| |
1.2 | 1 | | |11.2. Index Types # |
| 2 | [[https:~~/~~/www.postgresql.org/docs/current/indexes-types.html>>https://www.postgresql.org/docs/current/indexes-types.html]] | ||
| 3 | | |[[Индексы>>doc:Разработка.Базы данных.Механизмы.Индексы.WebHome]] | ||
| 4 | | |((( | ||
| |
1.4 | 5 | |BTree| |
| |
1.2 | 6 | |GIN| |
| 7 | |Gist| | ||
| 8 | ))) | ||
| |
1.5 | 9 | | |((( |
| 10 | |(% colspan="1" rowspan="2" %)Postgres Professional|Индексы в PostgreSQL — 1 | ||
| 11 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/326096/>>url:https://habr.com/ru/company/postgrespro/blog/326096/]] | ||
| 12 | |Индексы в PostgreSQL — 2 | ||
| 13 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/326106/>>url:https://habr.com/ru/company/postgrespro/blog/326106/]] | ||
| 14 | | |Неожиданная находка, которая освобождает 20 GB неиспользованного индексного пространства [Postgres] | ||
| 15 | [[https:~~/~~/habr.com/ru/company/otus/blog/672102/>>url:https://habr.com/ru/company/otus/blog/672102/]] | ||
| 16 | ))) | ||
| |
1.1 | 17 | |
| |
1.3 | 18 | ---- |
| 19 | |||
| 20 | ==== Внутренние ссылки: ==== | ||
| 21 | |||
| 22 | ====== Дочерние страницы: ====== | ||
| 23 | |||
| 24 | {{children/}} | ||
| 25 | |||
| 26 | ====== Обратные ссылки: ====== | ||
| 27 | |||
| 28 | {{velocity}} | ||
| 29 | #set ($links = $doc.getBacklinks()) | ||
| 30 | #if ($links.size() > 0) | ||
| 31 | #foreach ($docname in $links) | ||
| 32 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
| 33 | * [[$escapetool.xml($rdoc.fullName)]] | ||
| 34 | #end | ||
| 35 | #else | ||
| 36 | No back links for this page! | ||
| 37 | #end | ||
| 38 | {{/velocity}} | ||
| 39 | |||
| 40 | ---- |