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

Редактировал(а) Alexandr Fokin 2024/04/29 13:39

<
От версии < 7.10 >
отредактировано Alexandr Fokin
на 2022/11/25 17:49
К версии < 7.12 >
отредактировано Alexandr Fokin
на 2023/02/14 13:24
>
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -14,8 +14,26 @@
14 14  
15 15  ----
16 16  
17 +==== Внутренние ссылки: ====
18 +
19 +====== Дочерние страницы: ======
20 +
17 17  {{children/}}
18 18  
23 +====== Обратные ссылки: ======
24 +
25 +{{velocity}}
26 +#set ($links = $doc.getBacklinks())
27 +#if ($links.size() > 0)
28 + #foreach ($docname in $links)
29 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
30 + * [[$escapetool.xml($rdoc.fullName)]]
31 + #end
32 +#else
33 + No back links for this page!
34 +#end
35 +{{/velocity}}
36 +
19 19  ----
20 20  
21 21  **Ссылки:**
... ... @@ -35,10 +35,6 @@
35 35  |(% style="width:102px" %) |(% style="width:160px" %) |(% style="width:923px" %)Индексы в PostgreSQL — 2
36 36  [[https:~~/~~/habr.com/ru/company/postgrespro/blog/326106/>>https://habr.com/ru/company/postgrespro/blog/326106/]]
37 37  |(% style="width:102px" %) |(% style="width:160px" %) |(% style="width:923px" %)
38 -|(% style="width:102px" %) |(% style="width:160px" %) |(% style="width:923px" %)
39 -|(% style="width:102px" %) |(% style="width:160px" %) |(% style="width:923px" %)
40 -|(% style="width:102px" %) |(% style="width:160px" %) |(% style="width:923px" %)
41 -|(% style="width:102px" %) |(% style="width:160px" %) |(% style="width:923px" %)
42 42  
43 43  ----
44 44  
... ... @@ -47,6 +47,7 @@
47 47  Критерии состояния индекса (фрагментация).
48 48  Действия по обслуживанию индекса (перестроение, пересоздание).
49 49  |(% style="width:194px" %)Размеры индекса|(% style="width:990px" %)Умещается ли индекс целиком в оперативной памяти
50 -|(% style="width:194px" %) |(% style="width:990px" %)
64 +|(% style="width:194px" %) |(% style="width:990px" %)Fill factor
65 +[[https:~~/~~/habr.com/ru/post/570722/>>https://habr.com/ru/post/570722/]]
51 51  
52 52