Re: important decrease of performance using the BETA version in one particular case

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: important decrease of performance using the BETA version in one particular case
Дата
Msg-id 8052.985045483@sss.pgh.pa.us
обсуждение исходный текст
Ответ на important decrease of performance using the BETA version in one particular case  (Isabelle Therrien <therriei@LUB.UMontreal.CA>)
Список pgsql-bugs
Isabelle Therrien <therriei@LUB.UMontreal.CA> writes:
> I have a big query, reported below, that is called several times in my
> application.
> At least 4 active connections call it at the same time.
> Normally, this query is executed in about 30-50 milliseconds.
> But after a while (depending on how many connections are used, and how
> often the query is called),
> the query is executed in 1000ms, then 2000ms, and it continues to grow
> exponentially. I've already seen it reaching 80 seconds.

Hmm, that's odd.  What causes the time to drop back down to milliseconds
--- do you have to restart the whole database, or just run it in a new
backend?  Does the amount of memory being used by the backend increase
as the time goes up?  What does EXPLAIN show as the query plan for the
query?  How large are the tables, and how many tuples are actually
retrieved?

Also, which beta release exactly, and how did you build it (what
configure options)?

Finally, it would be nice to see the full schemas for these tables, to
be sure we're not missing something.  You can generate those via

    pg_dump -s -t tablename databasename

            regards, tom lane

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

Предыдущее
От: Isabelle Therrien
Дата:
Сообщение: important decrease of performance using the BETA version in one particular case
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: comments on columns aren't displayed by \dd