GiST crash recovery (potential problems?)

From: Koichi Suzuki <suzuki(dot)koichi(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: GiST crash recovery (potential problems?)
Date: 2007-11-16 06:01:33
Message-ID: 473D323D.2080904@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

In GiST, I found that after the crash recovery, NSN and right page link
are initialized. We can search all the records in this case but
performance may become a little worse because we cannot traverse leaves.

I'm not sure if it is preffered behavior.

--
Koichi Suzuki

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2007-11-16 08:04:38 Re: [COMMITTERS] pgsql: update files for beta3
Previous Message Tom Lane 2007-11-16 05:53:17 Re: [COMMITTERS] pgsql: update files for beta3