Re: to drop a 30GB database. is it slow?

Поиск
Список
Период
Сортировка
От James Cradock
Тема Re: to drop a 30GB database. is it slow?
Дата
Msg-id 2c6a8188bcc42e25d33fd4430df0e78a@me3.com
обсуждение исходный текст
Ответ на Re: to drop a 30GB database. is it slow?  (Douglas McNaught <doug@mcnaught.org>)
Список pgsql-general
On Sep 30, 2005, at 8:21 AM, Douglas McNaught wrote:

>> so, what if simply dropping the table does not recover the disk-space?
>
> It will.  Each table is stored in its own set of disk files, and when
> the table is dropped those files are simply deleted.

This is normally true. Vacuuming the database the table (or index) was
dropped from may free up disk space too.

Jim

-----
James Cradock, jcradock@me3.com

me3 Technology Consultants, LLC
24 Preble Street, 2nd Floor
Portland, ME 04101

207-772-3217 (office)
207-838-8678 (mobile)

www.me3.com


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

Предыдущее
От: Douglas McNaught
Дата:
Сообщение: Re: to drop a 30GB database. is it slow?
Следующее
От: Claus Scherschel
Дата:
Сообщение: Re: Postgres/Win32- Upgrade from 8.0.1 to 8.0.3 fails