Re: simple question

Поиск
Список
Период
Сортировка
От Rick Gigger
Тема Re: simple question
Дата
Msg-id 003401c3a988$a62513c0$0700a8c0@trogdor
обсуждение исходный текст
Ответ на Perfomance difference between 7.2 and 7.3  (Paulo Jan <admin@digital.ddnet.es>)
Ответы Re: simple question  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
Is this correct?

vacuum by itself just cleans out the old extraneous tuples so that they
aren't in the way anymore
vacuum analyze rebuilds indexes.  If you add an index to a table it won't be
used until you vacuum analyze it
vacuum full actually compresses the table on disk by reclaiming the space
from the old tuples after they have been removed.


----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Paulo Jan" <admin@digital.ddnet.es>
Cc: <pgsql-general@postgresql.org>
Sent: Wednesday, November 12, 2003 8:38 AM
Subject: Re: [GENERAL] Perfomance difference between 7.2 and 7.3


> Paulo Jan <admin@digital.ddnet.es> writes:
> >          ->  Seq Scan on todocinetv  (cost=0.00..37768.90 rows=28792
> > width=8)
>
> The estimated cost seems to be more than one disk page read per row
> returned.  This suggests to me that you have a huge amount of dead space
> in that table --- try a VACUUM FULL on it.  If that fixes the problem,
> then you need to improve your housekeeping procedures on the 7.2
> installation: run vacuums more often and ensure that your FSM settings
> are large enough.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>


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

Предыдущее
От: Reece Hart
Дата:
Сообщение: Re: More Praise for 7.4RC2
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: embedded postgresql