Re: Very Poor Insert Performance

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Very Poor Insert Performance
Date: 2003-10-28 19:18:02
Message-ID: x7ism9dvdh.fsf@yertle.int.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>>>>> "GS" == Greg Stark <gsstark(at)mit(dot)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(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2003-10-28 19:22:04 Re: Adding foreign key performance
Previous Message Bruce Momjian 2003-10-28 19:13:57 Re: Adding foreign key performance