Unix Technical Forum

Re: Advice on selecting good values for work_mem?

This is a discussion on Re: Advice on selecting good values for work_mem? within the Pgsql Performance forums, part of the PostgreSQL category; --> Bill Moran <wmoran@collaborativefusion.com> writes: > Does the creation of a temp file trigger any logging? No; but it wouldn't ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > Pgsql Performance

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-19-2008, 09:52 AM
Tom Lane
 
Posts: n/a
Default Re: Advice on selecting good values for work_mem?

Bill Moran <wmoran@collaborativefusion.com> writes:
> Does the creation of a temp file trigger any logging?


No; but it wouldn't be hard to add some if you wanted. I'd do it at
deletion, not creation, so you could log the size the file reached.
See FileClose() in src/backend/storage/file/fd.c.

> That leads to my other question. Assuming I've got lots of
> connections (which I do), how can I determine if work_mem is too
> high?


When you start swapping, you have a problem --- so watch vmstat or
local equivalent.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:17 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com