Re: Very Poor Insert Performance - Mailing list pgsql-performance

From Vivek Khera
Subject Re: Very Poor Insert Performance
Date
Msg-id x7ism9dvdh.fsf@yertle.int.kciLink.com
Whole thread Raw
In response to Very Poor Insert Performance  (Damien Dougan <damien.dougan@mobilecohesion.com>)
List pgsql-performance
>>>>> "GS" == Greg Stark <gsstark@mit.edu> writes:

GS> At a guess the foreign key relationships you're enforcing don't
GS> have indexes to help them. If they do perhaps postgres isn't using
GS> them.


Or, if you do have indexes, they've bloated to be way too big and are
overwhelming your shared buffers.  Reindex them and see it it helps.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

pgsql-performance by date:

Previous
From: "John K. Herreshoff"
Date:
Subject: Re: Adding foreign key performance
Next
From: Vivek Khera
Date:
Subject: Re: Adding foreign key performance