Re: PostgreSQL performance deteriorates over time?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL performance deteriorates over time?
Дата
Msg-id 23010.1005886502@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL performance deteriorates over time?  (tvahakan@fw.cluster.net)
Список pgsql-novice
tvahakan@fw.cluster.net writes:
> Using libpq++ simple UPDATE has gone from under
> one millisecond to over 20 milliseconds after a few days of
> uptime (mostly idle)? VACUUM ANALYZE didn't help, but
> restarting postmaster did.

This seems *very* odd; restarting the postmaster should not make a
difference.  What exactly is the query you're using, what exactly
is the table and index schema, and what does EXPLAIN say is the
query plan (in both fast and slow states)?

            regards, tom lane

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

Предыдущее
От: Brad Hilton
Дата:
Сообщение: switching from mysql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: switching from mysql