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