Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Huge amount of memory consumed during transaction


  • From: Erik Jones <erik(at)myemma(dot)com>
  • To: henk de wit <henk53602(at)hotmail(dot)com>
  • Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
  • Subject: Re: Huge amount of memory consumed during transaction
  • Date: Fri, 12 Oct 2007 17:13:14 -0500
  • Message-id: <C604C8A9-C05F-41CE-AD21-F612809EF7AB@myemma.com> <text/plain>

On Oct 12, 2007, at 4:48 PM, henk de wit wrote:

> > I have work_mem set to 256MB.
> Wow. That's inordinately high. I'd recommend dropping that to 32-43MB.

Ok, it seems I was totally wrong with the work_mem setting. I'll adjust it to a more saner level. Thanks a lot for the advice everyone!

> Explain is your friend in that respect.

It shows all the operators, but it doesn't really say that these all will actually run in parallel right? Of course I guess it would give a good idea about what the upper bound is.

You can determine what runs in parellel based on the indentation of the output. Items at the same indentation level under the same "parent" line will run in parallel

Erik Jones

Software Developer | Emma®
erik(at)myemma(dot)com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group