Re: query is taking longer time after a while

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: query is taking longer time after a while
Дата
Msg-id 2968dfd60909291858sbc6a558l41ff2c740068c19e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: query is taking longer time after a while  (Bill Moran <wmoran@potentialtech.com>)
Ответы Re: query is taking longer time after a while  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-general
On Tue, Sep 29, 2009 at 9:48 AM, Bill Moran <wmoran@potentialtech.com> wrote:
> There has (over the last few years) been a lot of speculation from people
> who think that indexes may suffer performance degradation under some
> workloads.  I've yet to see any actual evidence.
>

Just last week I reindexed a 70+ million row table and shaved about
50% of the bloated index pages on a two integer column index.  I
believe it hadn't been reindexed in about 6 months.

I regularly have to re-index for performance purposes.  My data lives
on most tables for about 6 months and is then deleted, or lives
forever and is updated frequently.

I've commented about this many times before.

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

Предыдущее
От: Christophe Pettus
Дата:
Сообщение: Re: Postgresql Web Hosting
Следующее
От: Vick Khera
Дата:
Сообщение: Re: do I need a rollback() after commit that fails?