Re: Pluggable toaster

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: Pluggable toaster
Дата
Msg-id CAJ7c6TPApg12Ma4eLd04rwVQJQ1AkHa2SnnDyYBHgnoR5EhY1w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pluggable toaster  (Nikita Malakhov <hukutoc@gmail.com>)
Ответы Re: Pluggable toaster  (Nikita Malakhov <hukutoc@gmail.com>)
Список pgsql-hackers
Hi Nikita,

> Aleksander, we have had this in mind while developing this feature, and have checked it. Just a slight modification
isneeded
 
> to make it work with Pluggable Storage (Access Methods) API.

Could you please clarify this a little from the architectural point of view?

Let's say company A implements some specific TableAM (in-memory / the
one that uses undo logging / etc). Company B implements an alternative
TOAST mechanism.

How the TOAST extension is going to work without knowing any specifics
of the TableAM the user chooses for the given relation, and vice
versa? How one of the extensions is going to upgrade / downgrade
between the versions without knowing any implementation details of
another?

-- 
Best regards,
Aleksander Alekseev



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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Crash after a call to pg_backup_start()
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Avoid memory leaks during base backups