Re: Table UPDATE is too slow - Mailing list pgsql-performance

From Ron St-Pierre
Subject Re: Table UPDATE is too slow
Date
Msg-id 41351546.7090600@syscor.com
Whole thread Raw
In response to Table UPDATE is too slow  (Ron St-Pierre <rstpierre@syscor.com>)
List pgsql-performance
Thanks for everyone's comments (Thomas, Steinar, Frank, Matt, William).
Right now I'm bench-marking the time it takes for each step
in the end of day update process and then I am going to test a few things:
- dropping most indexes, and check the full processing time and see if
there is any noticeable performance degradation on the web-end
- wrapping the updates in a transaction, and check the timing
- combining the two
- reviewing my shared_buffers and sort_memory settings

Thanks
Ron


pgsql-performance by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Equivalent praxis to CLUSTERED INDEX?
Next
From: Tom Lane
Date:
Subject: Re: Table UPDATE is too slow