Re: Two different execution plans for similar requests
В списке pgsql-performance по дате отправления:
| От | tv@fuzzy.cz |
|---|---|
| Тема | Re: Two different execution plans for similar requests |
| Дата | |
| Msg-id | e54d83f6320c286f51202ad59728e2c9.squirrel@sq.gransy.com обсуждение |
| Ответ на | Re: Two different execution plans for similar requests (Joby Joba <jobyjoba59@gmail.com>) |
| Ответы |
Re: Two different execution plans for similar requests
|
| Список | pgsql-performance |
> I've already used an 'EXPLAIN ANALYZE' to post the message. So I don't > clearly understand what you are expecting for, when you tell me to provide > 'EXPLAIN ANALYZE' (please excuse me for the misunderstood) No, you haven't. You've provided 'EXPLAIN' output, but that just prepares an execution plan and displays it. So it shows just estimates of row counts etc. and not actual values. Do the same thing but use 'EXPLAIN ANALYZE' instead of 'EXPLAIN' - it will run the query and provide more details about it (run time for each node, actual number of rows etc.). Anyway the sudden changes of estimated costs are suspicious ... Tomas
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера