Re: Slow update

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slow update
Дата
Msg-id 16172.1113319006@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Slow update  (Bendik R.Johansen <bendik.johansen@gmail.com>)
Ответы Re: Slow update  (Bendik R.Johansen <bendik.johansen@gmail.com>)
Список pgsql-performance
"Bendik R. Johansen" <bendik.johansen@gmail.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

В списке pgsql-performance по дате отправления:

Предыдущее
От: Bendik R.Johansen
Дата:
Сообщение: Re: Slow update
Следующее
От: Bendik R.Johansen
Дата:
Сообщение: Re: Slow update