Re: Curious about dead rows.

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Curious about dead rows.
Дата
Msg-id 20071113213510.GF11563@crankycanuck.ca
обсуждение исходный текст
Ответ на Re: Curious about dead rows.  (Jean-David Beyer <jeandavid8@verizon.net>)
Список pgsql-performance
On Tue, Nov 13, 2007 at 02:50:59PM -0500, Jean-David Beyer wrote:
> > How about ERROR?
>
> $ grep -i error Tue.log
> $

Well, without actually logging into the machine and looking at the
application, I confess I am stumped.  Oh, wait.  You do have the log level
high enough that you should see errors in the log, right?  That's not
controlled by the statement parameter.

> I have no triggers in that database. I do have two sequences.

Sequences should not produce any dead rows on the table, unless they're used
as keys and you're attempting inserts that conflict with used sequence
values.  That should cause errors that you'd get in the log, presuming that
you have the log level set correctly.

A


--
Andrew Sullivan
Old sigs will return after re-constitution of blue smoke

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

Предыдущее
От: Jeff Frost
Дата:
Сообщение: Re: dell versus hp
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Curious about dead rows.