Re: perfromance impact of vacuum

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: perfromance impact of vacuum
Дата
Msg-id 200307212100.h6LL0ev16359@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: perfromance impact of vacuum  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
scott.marlowe wrote:
> > The stand-alone analyse can be helpful here.  It only does
> > samples of the tables under analysis, so you don't face the same I/O
> > load.  If all you're doing is adding to a table, it may be worth
> > investigating.  Keep in mind, though, you still need to vacuum every
> > 2 billion transactions.
>
> this sounds like one of those places where the ability of a file system to
> be told not to cache the accesses of a certain child process would be a
> big win.
>
> Wasn't there some discussionon BSD's ability to do this recently and
> whether it was a win to port it into postgresql. I'd say that for large
> databases being vacuumed mid-day it would be a great win.

It was Solaris with free-behind.  I hope new caching rules will fix this
soon --- a few people are working on it.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Fw: Is SQL silly as an RDBMS<->app interface?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Billions of records?