Re: [HACKERS] Well, then you keep your darn columns

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] Well, then you keep your darn columns
Дата
Msg-id Pine.BSF.4.21.0001241623360.79710-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Re: [HACKERS] Well, then you keep your darn columns  (Don Baccus <dhogaza@pacifier.com>)
Список pgsql-hackers
On Mon, 24 Jan 2000, Don Baccus wrote:

> >you could construe that as a feature --- you don't have to wait around
> >for a DROP COLUMN to finish.  Anyone who did want to reclaim space
> >immediately could do
> >    UPDATE table SET someothercolumn = someothercolumn;
> >followed by a VACUUM.
> 
> Or perhaps vacuum could be made smart enough to remove deleted columns?
> Perhaps optionally?

when bruce and I discussed this, that was one thing we both agreed upon
... Vacuum is too slow as it is, let alone adding in more things for it to
do :(


Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



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

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: [HACKERS] Well, then you keep your darn columns
Следующее
От: Don Baccus
Дата:
Сообщение: Re: [HACKERS] Well, then you keep your darn columns