Re: Performance problem partially identified - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Performance problem partially identified
Date
Msg-id 4590.927932901@sss.pgh.pa.us
Whole thread Raw
In response to Performance problem partially identified  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Further info:

I think this behavior may be state-dependent.  The first update after
loading the table rewrites all the blocks, but subsequent ones do not.
Is it just a matter of marking recently-written tuples as confirmed
good?  If so, then there is not a problem (or at least, not as big
a problem as I thought).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [HACKERS] Performance problem partially identified
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] Problems w/ LO