Re: Recursive query performance issue

Поиск
Список
Период
Сортировка
От vincent elschot
Тема Re: Recursive query performance issue
Дата
Msg-id 5628F72E.2000005@xs4all.nl
обсуждение исходный текст
Ответ на Recursive query performance issue  (Jamie Koceniak <jkoceniak@mediamath.com>)
Список pgsql-performance


On 20-10-15 19:34, Jamie Koceniak wrote:

Version:

-----------------------------------------------------------------------------------------------

PostgreSQL 9.1.14 on x86_64-unknown-linux-gnu, compiled by gcc (Debian 4.7.2-5) 4.7.2, 64-bit

 

Query Plan

http://explain.depesz.com/s/4s37

 

Normally, this query takes around 200-300 ms to execute.

However when several queries are run concurrently, query performance drops to 30-60 seconds.

 

 

Is the concurrency the cause or the result of the slowdown?
Are you executing the same query with the same parameters or do the parameters differ, perhaps making PostgreSQL
choose different queryplan?

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Recursive query performance issue
Следующее
От: David Osborne
Дата:
Сообщение: GroupAggregate and Integer Arrays