Re: Slow update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bendik R(dot) Johansen" <bendik(dot)johansen(at)gmail(dot)com>
Cc: PostgreSQL Perform <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Slow update
Date: 2005-04-12 15:16:46
Message-ID: 16172.1113319006@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"Bendik R. Johansen" <bendik(dot)johansen(at)gmail(dot)com> writes:
> Below is the schema for the table i will be using. I tried dropping the
> index, but it did not help.

> Indexes:
> "records_pkey" PRIMARY KEY, btree (id)
> "records_category_idx" gist (category)
> "records_cid_idx" btree (cid)
> "records_uid_idx" btree (uid)

Hmm ... my suspicion would fall first on the GIST index, to tell you the
truth. Did you try dropping that one?

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Bendik R.Johansen 2005-04-12 15:37:42 Re: Slow update
Previous Message Bendik R.Johansen 2005-04-12 15:03:04 Re: Slow update