Why is this taking so damn long?

Поиск
Список
Период
Сортировка
От Paul Tomblin
Тема Why is this taking so damn long?
Дата
Msg-id 20010428141842.A15971@allhats.xcski.com
обсуждение исходный текст
Ответы Re: Why is this taking so damn long?  (GH <grasshacker@over-yonder.net>)
Список pgsql-general
I just added a boolean column to an existing database with 70,000 records.
I then tried to set all the existing columns to true using
    update waypoint set ispublic = TRUE;
but it's taken over an hour so far.

Why?

--
Paul Tomblin <ptomblin@xcski.com>, not speaking for anybody
"I have traveled the length and breadth of this country and talked with the
best people, and I can assure you that data processing is a fad that won't
last out the year." --Editor of business books for Prentice Hall, 1957.

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: Very long VACUUM time ...
Следующее
От: GH
Дата:
Сообщение: Re: Why is this taking so damn long?