Re: Performance issue with Insert

From: Tomas Vondra <tv(at)fuzzy(dot)cz>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance issue with Insert
Date: 2011-06-27 19:48:17
Message-ID: 4E08DE81.4040100@fuzzy.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dne 27.6.2011 17:01, Jenish napsal(a):
> Hi,
>
> DB : POSTGRES 8.4.8
> OS : Debian
> HD : SAS 10k rpm
>
> Shared_buffer is 4096 25 % of RAM , effective_cache is 8GB 75% of RAM

How much data are we talking about? Does that fit into the shared
buffers or is it significantly larger? Do the triggers touch the whole
database or just a small part of it (active part)?

regards
Tomas

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jenish 2011-06-27 20:14:39 Re: Performance issue with Insert
Previous Message Tomas Vondra 2011-06-27 19:46:12 Re: Performance issue with Insert