Re: Query > 1000× slowdown after adding datetime comparison

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Query > 1000× slowdown after adding datetime comparison
Дата
Msg-id 55E47E97.1090202@2ndquadrant.com
обсуждение исходный текст
Ответ на Query > 1000× slowdown after adding datetime comparison  (twoflower <standa.kurik@gmail.com>)
Ответы Re: Query > 1000× slowdown after adding datetime comparison  (twoflower <standa.kurik@gmail.com>)
Список pgsql-performance

On 08/31/2015 06:09 PM, twoflower wrote:
> I have the following three tables:
...
> This is the query plan:
>
> <http://postgresql.nabble.com/file/n5864045/qp1.png>
>
> If I remove the WHERE condition, it returns immediately.
>
> Am I doing something obviously wrong?

Please share explain plans for both the slow and the fast query. That
makes it easier to spot the difference, and possibly identify the cause.

Also, what PostgreSQL version is this, and what are "basic" config
parameters (shared buffers, work mem)?

regards

--
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: twoflower
Дата:
Сообщение: Query > 1000× slowdown after adding datetime comparison
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [PERFORM] Query > 1000× slowdown after adding datetime comparison