Исходный код вики PostgreSQL. План выполнения запроса
Версия 3.2 от Alexandr Fokin на 2024/01/15 01:27
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:361px" %) |(% style="width:1134px" %)[[План выполнения запроса>>doc:Разработка.Базы данных.SQL.Механизмы.План выполнения запроса.WebHome]] | ||
2 | |(% 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]] | ||
3 | |(% style="width:361px" %) |(% style="width:1134px" %)Учебный курс «QPT. PostgreSQL 10. Оптимизация запросов» | ||
4 | [[https:~~/~~/www.youtube.com/playlist?list=PLaFqU3KCWw6K2sTAksX5AJq4SQDN5PA1t>>https://www.youtube.com/playlist?list=PLaFqU3KCWw6K2sTAksX5AJq4SQDN5PA1t]] | ||
5 | |(% style="width:361px" %) |(% style="width:1134px" %)((( | ||
6 | Chapter 14. Performance Tips | ||
7 | [[https:~~/~~/www.postgresql.org/docs/current/performance-tips.html>>url:https://www.postgresql.org/docs/current/performance-tips.html]] | ||
8 | |||
9 | Планы запросов - это просто! Разбор оптимизаций запросов PostgreSQL на живых примерах | ||
10 | [[https:~~/~~/infostart.ru/1c/articles/1196217/>>url:https://infostart.ru/1c/articles/1196217/]] | ||
11 | ))) | ||
12 | |(% style="width:361px" %) |(% style="width:1134px" %)((( | ||
13 | |[[https:~~/~~/tatiyants.com/pev>>https://tatiyants.com/pev]]| | ||
14 | |[[https:~~/~~/explain.depesz.com>>https://explain.depesz.com]]| | ||
15 | |((( | ||
16 | explain.tensor | ||
17 | |||
18 | [[https:~~/~~/explain.tensor.ru/archive/#all>>https://explain.tensor.ru/archive/#all]] | ||
19 | |||
20 | [[https:~~/~~/habr.com/ru/companies/tensor/articles/660727/>>https://habr.com/ru/companies/tensor/articles/660727/]] | ||
21 | )))| | ||
22 | ))) | ||
23 | |(% style="width:361px" %) |(% style="width:1134px" %)В некоторых случаях вызовы представлений или функций могут быть встроены в запрос (Inliine). | ||
24 | Это происходит на этапы трансформации запроса. | ||
25 | |||
26 | ---- | ||
27 | |||
28 | ==== Внутренние ссылки: ==== | ||
29 | |||
30 | ====== Дочерние страницы: ====== | ||
31 | |||
32 | {{children/}} | ||
33 | |||
34 | ====== Обратные ссылки: ====== | ||
35 | |||
36 | {{velocity}} | ||
37 | #set ($links = $doc.getBacklinks()) | ||
38 | #if ($links.size() > 0) | ||
39 | #foreach ($docname in $links) | ||
40 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
41 | * [[$escapetool.xml($rdoc.fullName)]] | ||
42 | #end | ||
43 | #else | ||
44 | No back links for this page! | ||
45 | #end | ||
46 | {{/velocity}} | ||
47 | |||
48 | ---- |