Re: indexes make other queries slow!

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: indexes make other queries slow!
Дата
Msg-id 200409161424.28644.josh@agliodbs.com
обсуждение исходный текст
Ответ на indexes make other queries slow!  (Qing Zhao <qzhao@supplyfx.com>)
Список pgsql-performance
Qing,

> My guess is that all the queries that involves the columns  that are
> being indexed need to
> be rewritten to use the newly created indexes to avoid the performance
> issues. The reason
> is that REINDEX does not help either. Does it make sense?

What's the rate of updates on the newly indexed tables?    If you have a lot
of updates, the work that the database does to keep the indexes current would
put a big load on your server.   This is far more likely to be the cause of
your issues.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Qing Zhao
Дата:
Сообщение: indexes make other queries slow!
Следующее
От: "Jason Coene"
Дата:
Сообщение: Re: indexes make other queries slow!