Re: Pluggable Indexes (was Re: rmgr hooks (v2))

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Pluggable Indexes (was Re: rmgr hooks (v2))
Дата
Msg-id 49787F6A.1060102@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Pluggable Indexes (was Re: rmgr hooks (v2))  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Pluggable Indexes (was Re: rmgr hooks (v2))  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Pluggable Indexes (was Re: rmgr hooks (v2))  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Simon Riggs wrote:
> Immediate use cases for me would be
> 
> * ability to filter WAL records based on database or relation

This patch isn't enough to allow the catalog lookups. Without the 
catalog lookups, you might as well implement that as an external tool, 
like pglesslog.

> * ability to recover quickly from various types of bug, for example if
> new freespace code caused a corruption we would be able to sidestep it
> and get the database up again quickly without doing resetxlog and losing
> data.

That might be useful. But again, could just as well be implemented as an 
external tool like pglesslog.

(the new FSM implementation isn't WAL-logged, so that particular 
scenario isn't very plausible)

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Pluggable Indexes (was Re: rmgr hooks (v2))
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: deductive databases in postgreSQL