Re: Howto Increased performace ?

From: Cosimo Streppone <cstreppone(at)team2k(dot)net>
To: Iain <iain(at)mst(dot)co(dot)jp>
Cc: Postgresql Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Howto Increased performace ?
Date: 2004-12-27 11:36:50
Message-ID: 41CFF3D2.3090305@team2k.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Iain wrote:

> sort_mem 4096 (=400MB RAM for 100 connections)

If I understand correctly, memory usage related to `sort_mem'
is per connection *and* per sort.
If every client runs a query with 3 sorts in its plan, you are
going to need (in theory) 100 connections * 4Mb * 3 sorts,
which is 1.2 Gb.

Please correct me if I'm wrong...

--
Cosimo

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff 2004-12-27 13:46:28 Re: Some Performance Advice Needed
Previous Message Iain 2004-12-27 09:34:45 Re: Howto Increased performace ?