| От | Julius Tuskenis |
|---|---|
| Тема | Re: how to use explain analyze |
| Дата | |
| Msg-id | 4EA7BB51.4020904@nsoft.lt обсуждение исходный текст |
| Ответ на | how to use explain analyze (alan <alan.miller3@gmail.com>) |
| Список | pgsql-performance |
Hello, Alan On 2011.10.25 17:12, alan wrote: > I'm new to postgres and was wondering how to use EXPLAIN ANALYZE .... > > Can I use the output from ANALYZE EXPLAIN to estimate or predict the > actual time > it would take for a given query to return? Explain analyze executes the query, so you get the actual execution time (not always accurate as some extra job must be done while executing the query to compute the rows and loops). > I ask because I'm writing a typical web app that allows the user to > build and submit a query Be carefull about that idea - especially if a user can write custom queries like "delete from important_table" > Thanks, > Alan > -- Julius Tuskenis Programavimo skyriaus vadovas UAB nSoft mob. +37068233050
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера