Re: Insert are going slower ... - Mailing list pgsql-performance

From Hervé Piedvache
Subject Re: Insert are going slower ...
Date
Msg-id 200407140142.11720.footcow@noos.fr
Whole thread Raw
In response to Re: Insert are going slower ...  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Insert are going slower ...
Re: Insert are going slower ...
List pgsql-performance
Josh,

Le mardi 13 Juillet 2004 19:10, Josh Berkus a écrit :
>
> > What can I do to get better results ?? (configuration option, and/or
> > hardware update ?)
> > What can I give you to get more important informations to help me ?
>
> 1) What PostgreSQL version are you using?

v7.4.3

> 2) What's your VACUUM, ANALYZE, VACUUM FULL, REINDEX schedule?

VACUUM FULL VERBOSE ANALYZE;

Every day after the calculation I was talking about ...

> 3) Can you list the non-default settings in your PostgreSQL.conf?
> Particularly, shared_buffers, sort_mem, checkpoint_segments,
> estimated_cache, and max_fsm_pages?

shared_buffers = 48828
sort_mem =   512000
vacuum_mem = 409600
max_fsm_pages = 50000000
max_fsm_relations = 2000
max_files_per_process = 2000
wal_buffers = 1000
checkpoint_segments = 3
effective_cache_size = 5000000
random_page_cost = 3
default_statistics_target = 20
join_collapse_limit = 10

Regards,
--
Hervé Piedvache


pgsql-performance by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Swapping in 7.4.3
Next
From: "gnari"
Date:
Subject: Re: Insert are going slower ...