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