Изменения документа PostgreSQL. План выполнения запроса
Редактировал(а) Alexandr Fokin 2024/10/01 10:07
отредактировано Alexandr Fokin
на 2024/01/16 22:51
на 2024/01/16 22:51
отредактировано Alexandr Fokin
на 2023/02/12 16:05
на 2023/02/12 16:05
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (3 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Название
-
... ... @@ -1,1 +1,1 @@ 1 - PostgreSQL.План выполнения запроса1 +План выполнения запроса - Родительский документ
-
... ... @@ -1,1 +1,1 @@ 1 -Разработка.Базы данных.SQL.PostgreSQL.Ме ханизмы.WebHome1 +Разработка.Базы данных.SQL.PostgreSQL.Мезанизмы.WebHome - Содержимое
-
... ... @@ -1,53 +1,0 @@ 1 -|(% style="width:231px" %) |(% style="width:1254px" %)[[План выполнения запроса>>doc:Разработка.Базы данных.SQL.Механизмы.План выполнения запроса.WebHome]] 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]] 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. Оптимизация запросов» 11 -[[https:~~/~~/www.youtube.com/playlist?list=PLaFqU3KCWw6K2sTAksX5AJq4SQDN5PA1t>>https://www.youtube.com/playlist?list=PLaFqU3KCWw6K2sTAksX5AJq4SQDN5PA1t]] 12 -|(% style="width:231px" %) |(% style="width:1254px" %)((( 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/]] 18 -))) 19 -|(% style="width:231px" %)Визуализация плана|(% style="width:1254px" %)((( 20 -|[[https:~~/~~/tatiyants.com/pev>>https://tatiyants.com/pev]]| 21 -|[[https:~~/~~/explain.depesz.com>>https://explain.depesz.com]]| 22 -|((( 23 -explain.tensor 24 - 25 -[[https:~~/~~/explain.tensor.ru/archive/#all>>https://explain.tensor.ru/archive/#all]] 26 - 27 -[[https:~~/~~/habr.com/ru/companies/tensor/articles/660727/>>https://habr.com/ru/companies/tensor/articles/660727/]] 28 -)))| 29 -))) 30 - 31 ----- 32 - 33 -==== Внутренние ссылки: ==== 34 - 35 -====== Дочерние страницы: ====== 36 - 37 -{{children/}} 38 - 39 -====== Обратные ссылки: ====== 40 - 41 -{{velocity}} 42 -#set ($links = $doc.getBacklinks()) 43 -#if ($links.size() > 0) 44 - #foreach ($docname in $links) 45 - #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 46 - * [[$escapetool.xml($rdoc.fullName)]] 47 - #end 48 -#else 49 - No back links for this page! 50 -#end 51 -{{/velocity}} 52 - 53 -----