Re: postgres config

Поиск
Список
Период
Сортировка
От Tomeh, Husam
Тема Re: postgres config
Дата
Msg-id F1B0F9305B343E43A1C3EECE48B853D5F94B8E@CITGSNA01SXCH02.ana.firstamdata.com
обсуждение исходный текст
Ответ на postgres config  (Shreya Bhargava <shreya_bhargav@yahoo.com>)
Список pgsql-novice
The two key parameters that can help speed up your index creation time are shared_buffers and most importantly maintenance_work_mem. Also, maintaining a lean, non-bloated table helps speeding up your index creation time as well since it'll take less time to scan through a table. 
 
For more info on the parameters I think the documentation is pretty clear which can be found at: http://www.postgresql.org/docs/8.2/static/runtime-config-resource.html  There's also a pretty nice doc by Josh Berkus that can be found at http://firstdba.googlepages.com/PostgreSQL.conf_80.pdf
 
--
  Husam
 


From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Shreya Bhargava
Sent: Thursday, July 12, 2007 1:08 PM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] postgres config

Hi,

I am new to postgresql and trying to figure out postgres.config file. There are few variables that I need an understanding about.

shared_buffers,
temp_buffers,
work_mem
maintenance_work_mem

Can anyone please explain when and how these are used? I am trying to understand the importance of these 4 while creating an index on a table. Any help will be appreciated.

Thanks,
Shreya


Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.

**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged.  If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited.  If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

                                                                                                                         FADLD Tag
**********************************************************************

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

Предыдущее
От: Shreya Bhargava
Дата:
Сообщение: Re: postgres config
Следующее
От: Peter Elmers
Дата:
Сообщение: Windows user needs home-dir?