This is occurring on a production system. My current work memory setting is: work_mem = 16MB Based on the temp file size that was created can I then deduce how much more to increase the work_mem by? Thanks for your assistance. Lance From: Artem Tomyuk [mailto:admin@xxxxxxxxxxxxxx]
By default temp files are created on hard drive as a result of low work_mem setting in postgres.conf. If your server runs on slow desktop hdd's it could be serious bottleneck in your performance so Yes, you should be concerned about it
and tune work_mem parameter. 2016-06-22 18:50 GMT+03:00 Campbell, Lance <lance@xxxxxxxxxxxx>:
|