Re: REINDEX issues

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: REINDEX issues
Дата
Msg-id 20040225192108.GA20599@svana.org
обсуждение исходный текст
Ответ на REINDEX issues  ("Sally Sally" <dedeb17@hotmail.com>)
Список pgsql-general
On Wed, Feb 25, 2004 at 06:43:11PM +0000, Sally Sally wrote:
> I just started a REINDEX on a non-system table because I was getting
> "failed to re-find parent key" while analyzing. I realized a little too
> late that the docs said the pg server should have been running as a
> standalone. Is this something I should worry about? It's taking a bit of a
> while too!

Nope. REINDEX on a non-system table is not a problem. You can do that
anything, though it does lock the table.

On system tables you need to be standalone, but then it wouldn't have
let you do it accedently.

Big tables take a while to index. About as long as:

select fieldname from table order by 1;
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> If the Catholic church can survive the printing press, science fiction
> will certainly weather the advent of bookwarez.
>    http://craphound.com/ebooksneitherenorbooks.txt - Cory Doctorow

Вложения

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

Предыдущее
От: "Sally Sally"
Дата:
Сообщение: REINDEX issues
Следующее
От: Brandon Craig Rhodes
Дата:
Сообщение: key = currval('tab_key_seq') choses SEQSCAN?!