Re: Index performance

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Index performance
Дата
Msg-id 20080104181108.GM821@crankycanuck.ca
обсуждение исходный текст
Ответ на Re: Index performance  ("Brian Modra" <epailty@googlemail.com>)
Список pgsql-hackers
On Thu, Jan 03, 2008 at 07:11:07AM +0200, Brian Modra wrote:
> Thanks, I think you have me on the right track. I'm testing a vacuum
> analyse now to see how long it takes, and then I'll set it up to
> automatically run every night (so that it has a chance to complete
> before about 6am.)

Note that "VACUUM ANALYSE" and "ANALYSE" are not identical: the former also
performs vacuum.  On a table that is not updating that often but that is
expanding rapidly, you may not need that extra I/O.  Analyse on its own can
perform just the statistical sampling.  If you're not creating dead tuples
with UPDATE, DELETE, or ROLLBACK, that might be enough most of the time.

A



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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Dynamic Partitioning using Segment Visibility Maps
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: OUTER JOIN performance regression remains in 8.3beta4