Re: Performance problem partially identified

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Performance problem partially identified
Date: 1999-05-28 23:08:21
Message-ID: 4590.927932901@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1999-05-29 02:20:02 Re: [HACKERS] Problems w/ LO
Previous Message Hannu Krosing 1999-05-28 21:19:36 Re: [HACKERS] Performance problem partially identified