Re: [GENERAL] Upgrade to dual processor machine?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: [GENERAL] Upgrade to dual processor machine?
Дата
Msg-id 20021115074333.H9290-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Upgrade to dual processor machine?  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список pgsql-performance
On Fri, 15 Nov 2002, Shridhar Daithankar wrote:

> On 14 Nov 2002 at 21:36, Henrik Steffen wrote:
>
> > do you seriously think that I should vacuum frequently updated/inserted
> > tables every 120 seconds ?
>
> Its not about 120 seconds. Its about how many new and dead tuples your server
> is generating.
>
> Here is a quick summary
>
> insert: New tuple:vacuum analyse updates that statistics.
> update: Causes a dead tuple: Vacuum analyse marks dead tuple for reuse saving
> buffer space.
> delete: Causes a dead unusable tuple: Vacuum full is required to reclaim the
> space on the disk.

AFAIK, the delete line above is wrong.  Deleted heap space should be able
to be reclaimed with normal vacuums within the limitations of the free
space map, etc...


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

Предыдущее
От: pginfo
Дата:
Сообщение: Re: Sort time
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Sort time