Re: Missing segment 3 of index

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Missing segment 3 of index
Дата
Msg-id Pine.LNX.4.58.0503261101130.2791@linuxworld.com.au
обсуждение исходный текст
Ответ на Missing segment 3 of index  ("Jim Buttafuoco" <jim@contactbda.com>)
Ответы Re: Missing segment 3 of index  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-hackers
On Fri, 25 Mar 2005, Jim Buttafuoco wrote:

> All,
>
> I had to abort a vacuum full after 36 hours on a large table (16 million rows).  I started the vacuum again and
after
> 10 minutes in got to the place I aborted it (control-c) yesterday.  I recieved the following error
>
> ERROR:  could not open segment 3 of relation "emi_110101_idx1" (target block 2079965576): No such file or directory
>
> Will a REINDEX fix this or do I need to drop the index instead?

A reindex or drop/recreate will do the trick. However, I'd be concerned
about your hardware. I've seen this kind of problem on systems with bad
memory, CPU and disk controllers in the past.

Gavin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: HeapTupleSatisfiesUpdate missing a bet?
Следующее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: Missing segment 3 of index