Re: Indexes getting corrupted.

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Indexes getting corrupted.
Дата
Msg-id 1118258780.5758.160.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Indexes getting corrupted.  ("Bruno G. Albuquerque" <balbuquerque@dba.com.br>)
Ответы Re: Indexes getting corrupted.  ("Bruno G. Albuquerque" <balbuquerque@dba.com.br>)
Список pgsql-admin
On Wed, 2005-06-08 at 13:39, Bruno G. Albuquerque wrote:
> I am having a weird problem here. I have the automated process to
> install PostgreSQL (8.0.1) on Windows 2000 machines. Besides installing
> the database server itself, my process does the following:
>
> 1 - Runs initdb to created the database I will be using.
> 2 - Runs a SQL script that creates the entire database and populates
> some of the tables.
> 3 - Runs another script that populates other tables (using COPY).
>
> What happens is that, sometimes, after the entire process run, I end up
> with a database with virtually all indexes corrupt! Try to use the
> indexes for anything results in "index is not a btree" error. This
> happens randomly and I can get it fixed sometimes by simply erasin
> everything and starting over.

Note that such behaviour is normally associated with bad hardware (RAM,
hard drive, controller, CPU, you name it...)  But since the windows port
is pretty new, you may have found some corner case.

Do you have a "pre-packaged" test case that induces failures most of the
time or something like that?

Are these machines all basically make/model/brand/chipset etc... of
machines?  Then it might be a buggy driver or something.

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

Предыдущее
От: Tom Arthurs
Дата:
Сообщение: Re: Indexes getting corrupted.
Следующее
От: Wayne Schroeder
Дата:
Сообщение: Re: Is there a way to build 32-bit mode on 64-bit Linux boxes?