Re: vacuum message

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: vacuum message
Дата
Msg-id 20050926173808.GJ30974@pervasive.com
обсуждение исходный текст
Ответ на Re: vacuum message  (Gourish Singbal <gourish@gmail.com>)
Список pgsql-admin
On Mon, Sep 26, 2005 at 07:28:30PM +0530, Gourish Singbal wrote:
> Thats a good Idea.
>  My output after full vaccum is :-
>  INFO: free space map: 9 relations, 114736 pages stored; 76592 total pages
> needed
> DETAIL: Allocated FSM size: 1000 relations + 300000 pages = 1856 kB shared
> memory.
> VACUUM
>  I just have a Question:
> Is the allocate pages 300000 okey ?. OR do i need to decrease it to 100000 ?
>  regards

Downside: you're burning extra memory, to the tune of 6 bytes per page.
Downside: there's some additional overhead in maintaining a larger FSM
Upside: you have room to grow, as well as to accommodate occasional
bursts of update activity

Both downsides are pretty minor, I'd say just stick with what you've
got.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

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

Предыдущее
От: "Dario"
Дата:
Сообщение: Re: PgAdmin3 1.2.2 Install on Win32 Disrupts Pg Service
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Disk Access Question