Исходный код вики PostgreSQL. План выполнения запроса
Версия 3.10 от Alexandr Fokin на 2024/05/22 11:05
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:231px" %) |(% style="width:1254px" %)[[План выполнения запроса>>doc:Разработка.Базы данных.SQL.Механизмы.План выполнения запроса.WebHome]] | ||
2 | |(% style="width:231px" %) |(% style="width:1254px" %)((( | ||
3 | Query Plan nodes | ||
4 | [[https:~~/~~/doc.rockdata.net/optimization/query-plan/#index-cond>>https://doc.rockdata.net/optimization/query-plan/#index-cond]] | ||
5 | |||
6 | Описание операций плана выполнения в Postgresql | ||
7 | [[http:~~/~~/www.sql-tutorial.ru/ru/book_postgresql_query_plan_explanation.html>>http://www.sql-tutorial.ru/ru/book_postgresql_query_plan_explanation.html]] | ||
8 | ))) | ||
9 | |(% style="width:231px" %)Механизм: Подготовка запроса Prepared Statements|(% style="width:1254px" %)((( | ||
10 | PREPARE — prepare a statement for execution | ||
11 | [[https:~~/~~/postgrespro.ru/docs/postgrespro/15/sql-prepare?lang=en>>https://postgrespro.ru/docs/postgrespro/15/sql-prepare?lang=en]] | ||
12 | |||
13 | В некоторых случаях вызовы представлений или функций могут быть встроены в запрос (Inliine). | ||
14 | Это происходит на этапы трансформации запроса. | ||
15 | ))) | ||
16 | |(% style="width:231px" %) |(% style="width:1254px" %)Учебный курс «QPT. PostgreSQL 10. Оптимизация запросов» | ||
17 | [[https:~~/~~/www.youtube.com/playlist?list=PLaFqU3KCWw6K2sTAksX5AJq4SQDN5PA1t>>https://www.youtube.com/playlist?list=PLaFqU3KCWw6K2sTAksX5AJq4SQDN5PA1t]] | ||
18 | |(% style="width:231px" %) |(% style="width:1254px" %)((( | ||
19 | Chapter 14. Performance Tips | ||
20 | [[https:~~/~~/www.postgresql.org/docs/current/performance-tips.html>>url:https://www.postgresql.org/docs/current/performance-tips.html]] | ||
21 | |||
22 | Планы запросов - это просто! Разбор оптимизаций запросов PostgreSQL на живых примерах | ||
23 | [[https:~~/~~/infostart.ru/1c/articles/1196217/>>url:https://infostart.ru/1c/articles/1196217/]] | ||
24 | |||
25 | Оптимизация запросов. Основы EXPLAIN в PostgreSQL (часть 2) | ||
26 | [[https:~~/~~/habr.com/ru/articles/203386/>>https://habr.com/ru/articles/203386/]] | ||
27 | |||
28 | Курс «PostgreSQL для начинающих»: #4 — Анализ запросов (ч.1 — как и зачем читать планы) | ||
29 | [[https:~~/~~/habr.com/ru/companies/tensor/articles/790282/>>https://habr.com/ru/companies/tensor/articles/790282/]] | ||
30 | |||
31 | Анализ запросов в PostgreSQL. Часть 1. Работа с анализатором запросов. | ||
32 | [[https:~~/~~/langtoday.com/?p=229>>https://langtoday.com/?p=229]] | ||
33 | |||
34 | Анализ запросов в PostgreSQL. Часть 2. Операции индексного и табличного доступа в PostgreSQL | ||
35 | [[https:~~/~~/langtoday.com/?p=270>>https://langtoday.com/?p=270]] | ||
36 | ))) | ||
37 | |(% style="width:231px" %)Визуализация плана|(% style="width:1254px" %)((( | ||
38 | |[[https:~~/~~/tatiyants.com/pev>>https://tatiyants.com/pev]]| | ||
39 | |[[https:~~/~~/explain.depesz.com>>https://explain.depesz.com]]| | ||
40 | |((( | ||
41 | explain.tensor | ||
42 | |||
43 | [[https:~~/~~/explain.tensor.ru/archive/#all>>https://explain.tensor.ru/archive/#all]] | ||
44 | |||
45 | [[https:~~/~~/habr.com/ru/companies/tensor/articles/660727/>>https://habr.com/ru/companies/tensor/articles/660727/]] | ||
46 | |||
47 | Плагин для анализа планов PostgreSQL в Eclipse и [[Dbeaver>>doc:Разработка.Базы данных.Управляющие клиенты.Dbeaver.WebHome]], и его разработка | ||
48 | [[https:~~/~~/habr.com/ru/companies/tensor/articles/789734/>>https://habr.com/ru/companies/tensor/articles/789734/]] | ||
49 | )))| | ||
50 | ))) | ||
51 | |||
52 | ---- | ||
53 | |||
54 | ==== Внутренние ссылки: ==== | ||
55 | |||
56 | ====== Дочерние страницы: ====== | ||
57 | |||
58 | {{children/}} | ||
59 | |||
60 | ====== Обратные ссылки: ====== | ||
61 | |||
62 | {{velocity}} | ||
63 | #set ($links = $doc.getBacklinks()) | ||
64 | #if ($links.size() > 0) | ||
65 | #foreach ($docname in $links) | ||
66 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
67 | * [[$escapetool.xml($rdoc.fullName)]] | ||
68 | #end | ||
69 | #else | ||
70 | No back links for this page! | ||
71 | #end | ||
72 | {{/velocity}} | ||
73 | |||
74 | ---- |