Re: Size of the Postgres DB

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Size of the Postgres DB
Дата
Msg-id web-821430@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Size of the Postgres DB  ("Yannick ALLUSSE" <yannick.allusse@kisbv.com>)
Список pgsql-novice
Yannick,

> I would like to know if I can reduce the size of the database at
>  creating
> time, cause mine is empty and is 20 MO!!

Um ... do you mean 20MB?

To shrink a PostgreSQL database down to its most reasonable size:  Run
 VACUUM.  That's what it's for.

-Josh

P.S. Since when is 20MB a huge database?

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

Предыдущее
От: Joel Burton
Дата:
Сообщение: Re: SQL error 'Unable to identify an operator = for type
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Good tutorial wanted...