Re: 8.1 index corruption woes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: 8.1 index corruption woes
Дата
Msg-id 20080708021820.GH4681@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: 8.1 index corruption woes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > Tom Lane wrote:
> >> Another point to keep in mind, if you are trying to analyze files
> >> belonging to a live database, is that what you can see in the filesystem
> >> may not be the "current" contents of every page.  For typical access
> >> patterns it'd be unsurprising for the visible index pages to lag behind
> >> those of the heap, since they'd be "hotter" and tend to stay in shared
> >> buffers longer.
> 
> > Hmm, I think the files come from a PITR slave that's not online.  I'll
> > ask to be sure.
> 
> 8.1 didn't have restartpoint code, and of course bgwriter isn't running;
> so I believe filesystem pages on a PITR slave could be arbitrarily far
> out of date if the corresponding shared buffer got touched regularly.
> Try doing the analysis on the master immediately after a CHECKPOINT
> command.

Okay.

I'll also check out tomorrow the LSN on the involved pages to see if
there's anything obviously bogus.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Windows 64-bit work in progress patch
Следующее
От: Abhijit Menon-Sen
Дата:
Сообщение: SSL configure patch: review