Re: Query with limit goes from few ms to hours

Поиск
Список
Период
Сортировка
От henk de wit
Тема Re: Query with limit goes from few ms to hours
Дата
Msg-id COL104-W36CB0D0DE2DB88A5D64459F5710@phx.gbl
обсуждение исходный текст
Ответ на Re: Query with limit goes from few ms to hours  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Hi,

> henk de wit <henk53602@hotmail.com> writes:
> > For some reason the mailinglist software seems to block the email as soon as the planner details are in it, so I pasted those on pastebin.com: http://pastebin.com/T5JTwh5T
>
> You need a less horrid estimate for the join size. Possibly an ANALYZE
> on the parent table (stream_store) would help.

Well, what do you know! That did work indeed. Immediately after the ANALYZE on that parent table (taking only a few seconds) a fast plan was created and the query executed in ms again. Silly me, I should have tried that earlier.

Thanks!

Kind regards

В списке pgsql-performance по дате отправления:

Предыдущее
От: Andrea Suisani
Дата:
Сообщение: Re: Two identical systems, radically different performance
Следующее
От: houmanb
Дата:
Сообщение: SELECT AND AGG huge tables