Изменения документа PostgreSQL. План выполнения запроса
Редактировал(а) Alexandr Fokin 2024/10/01 10:07
отредактировано Alexandr Fokin
на 2023/02/12 16:05
на 2023/02/12 16:05
отредактировано Alexandr Fokin
на 2023/02/12 16:07
на 2023/02/12 16:07
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,0 +1,33 @@ 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 +----