Версия 3.5 от Alexandr Fokin на 2024/01/25 00:03

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