postgres 8 settings - Mailing list pgsql-general

From vinita bansal
Subject postgres 8 settings
Date
Msg-id BAY20-F429C36404B6FC4BCC4EA9ACB520@phx.gbl
Whole thread Raw
Responses Re: postgres 8 settings
Re: postgres 8 settings
List pgsql-general
Hi,

I have a 64 bit Opteron m/c with 32GB RAM and ~500GB HardDrive. The database
size is ~45GB.

I am using the following values in postgresql.conf:

shared_buffers = 100000
work_mem = 128000
maintenance_work_mem = 100000
max_fsm_pages = 200000
bgwriter_percent = 0
bgwriter_maxpages = 0
fsync = false
wal_buffers = 1000
checkpoint_segments = 2048
checkpoint_timeout = 3600
effective_cache_size = 1840000
random_page_cost = 2
geqo_threshold = 25
geqo_effort = 1
stats_start_collector = false
stats_command_string = false

Do these settings seem fine or I am making some mistake. These settings when
used with Postgres 7.4 gave me good results but they don't seem to work with
Postgres 8.0. Am I missing out on something??

Regards,
Vinita Bansal

_________________________________________________________________
Click, Upload, Print. http://www.kodakexpress.co.in?soe=4956 Deliver in
India.


pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: Disabling triggers in a transaction
Next
From: Alban Hertroys
Date:
Subject: Re: PostgreSQL still for Linux only?