Re: Processing Delay

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: Processing Delay
Дата
Msg-id CA887F0D-4D50-4A2A-BF56-07FB93851AC9@thebuild.com
обсуждение исходный текст
Ответ на Processing Delay  ("Michael Lawson (mshindo)" <michael@sphinix.com>)
Список pgsql-general
On Nov 24, 2009, at 4:38 PM, Michael Lawson (mshindo) wrote:
> The problem we are encountering is a delay before we can read the
> updated value. This delay can be up to 15 seconds in some cases.

Is the delay a block (that is, you insert the value, and then the
SELECT that should retrieve it takes up to 15 seconds to execute), or
are you still seeing the old value for 15 seconds after the INSERT?

If the former, how heavily loaded is the database server, and what
does an EXPLAIN ANALYZE say about the SELECT?

If the latter, is the SELECT in the same or a different client
connection?
--
-- Christophe Pettus
    xof@thebuild.com


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

Предыдущее
От: Konstantin Izmailov
Дата:
Сообщение: pg_attribute.attnum - wrong column ordinal?
Следующее
От: Greg Stark
Дата:
Сообщение: Re: pg_attribute.attnum - wrong column ordinal?