Re: [INTERFACES] table very big !!!!!

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: [INTERFACES] table very big !!!!!
Дата
Msg-id Pine.LNX.4.10.9911230652370.711-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Re: [INTERFACES] table very big !!!!!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
On Mon, 22 Nov 1999, Tom Lane wrote:

> Peter Mount <peter@retep.org.uk> writes:
> > Ah, try running first vacuum; then vacuum analyze. The first one will
> > truncate the table removing the wasted space. The second simply rebuilds
> > some statistics about the table.
> 
> This is not right --- AFAICT, vacuum *always* runs the compaction phase.
> You can allow or skip the stats-gathering phase by specifying "analyze"
> or not, but "vacuum analyze" implies "vacuum".

Thanks for the correction. I've always run both myself, hence the answer.

Peter

--      Peter T Mount peter@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf



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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: [INTERFACES] table very big !!!!!
Следующее
От: "Rafal Piotrowski (CSCS)"
Дата:
Сообщение: Re: [INTERFACES] problem with getBytes