Исходный код вики План выполнения запроса
Версия 1.3 от Alexandr Fokin на 2023/02/12 16:07
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:361px" %)Механизм: Подготовка запроса Prepared Statements|(% style="width:1134px" %)[[https:~~/~~/postgrespro.ru/docs/postgrespro/15/sql-prepare?lang=en>>https://postgrespro.ru/docs/postgrespro/15/sql-prepare?lang=en]] | ||
2 | |(% style="width:361px" %) |(% style="width:1134px" %)((( | ||
3 | Chapter 14. Performance Tips | ||
4 | [[https:~~/~~/www.postgresql.org/docs/current/performance-tips.html>>url:https://www.postgresql.org/docs/current/performance-tips.html]] | ||
5 | |||
6 | Планы запросов - это просто! Разбор оптимизаций запросов PostgreSQL на живых примерах | ||
7 | [[https:~~/~~/infostart.ru/1c/articles/1196217/>>url:https://infostart.ru/1c/articles/1196217/]] | ||
8 | ))) | ||
9 | |(% style="width:361px" %) |(% style="width:1134px" %) | ||
10 | |||
11 | ---- | ||
12 | |||
13 | ==== Внутренние ссылки: ==== | ||
14 | |||
15 | ====== Дочерние страницы: ====== | ||
16 | |||
17 | {{children/}} | ||
18 | |||
19 | ====== Обратные ссылки: ====== | ||
20 | |||
21 | {{velocity}} | ||
22 | #set ($links = $doc.getBacklinks()) | ||
23 | #if ($links.size() > 0) | ||
24 | #foreach ($docname in $links) | ||
25 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
26 | * [[$escapetool.xml($rdoc.fullName)]] | ||
27 | #end | ||
28 | #else | ||
29 | No back links for this page! | ||
30 | #end | ||
31 | {{/velocity}} | ||
32 | |||
33 | ---- |