Re: Endless recovery

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Endless recovery
Дата
Msg-id 1202728182.16770.20.camel@ebony.site
обсуждение исходный текст
Ответ на Re: Endless recovery  (Hans-Juergen Schoenig <postgres@cybertec.at>)
Список pgsql-patches
On Mon, 2008-02-11 at 10:44 +0100, Hans-Juergen Schoenig wrote:
> On Feb 11, 2008, at 10:26 AM, Heikki Linnakangas wrote:


> > Wait, are you saying that the time was spent in the rm_cleanup
> > phase? That sounds unbelievable. Surely the time was spent in the
> > redo phase, no?

> redo was done fast ...

...

> the DB version is 8.1.11. The entire DB is 116gb. It is more or less a
> table along with a 65 GB Gist index.

rmgrs might need to issue their own warnings, but the main recovery
system doesn't.


Slightly OT, but reading this I definitely want to split resource
managers into "essential" and "non-essential" groups, so we can come up
when essential operations are complete. I want the non-essential rmgrs
to be cancellable, plus give them the opportunity to rebuild corrupt
data structures without interfering with other aspects of the DB.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


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

Предыдущее
От: Hans-Juergen Schoenig
Дата:
Сообщение: Re: Endless recovery
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Endless recovery