Re: indexes greatly slowing data entry - Mailing list pgsql-general

From Tom Burke
Subject Re: indexes greatly slowing data entry
Date
Msg-id NDBBIIDKBFNMNPDNLCDDOEIEDFAA.lists@spamex.com
Whole thread Raw
In response to indexes greatly slowing data entry  ("DE Sesa, Michael C." <michael.desesa@exeloncorp.com>)
Responses Re: indexes greatly slowing data entry  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> I do an automated vacuum analyze nightly.  Performance is not increased
> afterward.

I have experienced problems with indexes on varchar columns causing
updates to be very slow. You might also try doing a REINDEX TABLE
command on the relevant tables. I have found this to give a
performance increase for queries/updates, but generally still find
character indexes to drag down insert/update performance.

Tom Burke
Eppend
http://www.eppend.com/



pgsql-general by date:

Previous
From: Gunther Schadow
Date:
Subject: Re: Parsing XML data into PostgreSQL using PHP
Next
From: Jeremy Cowgar
Date:
Subject: How to tell why an insert failed?