Re: RFC: Pluggable TOAST

Поиск
Список
Период
Сортировка
От Nikita Malakhov
Тема Re: RFC: Pluggable TOAST
Дата
Msg-id CAN-LCVOJX6RTrohKKx18mhusCncSQ4WpexbbKjEtYvjdWyOOnA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: RFC: Pluggable TOAST  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Ответы Re: RFC: Pluggable TOAST  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Список pgsql-hackers
Hi!

Matthias, regarding your message above, I have a question to ask.
On typed TOAST implementations - we thought that TOAST method used
for storing data could depend not only on data type, but on the flow or workload,
like out bytea appendable toaster which is much (hundreds of times) faster on
update compared to regular procedure. That was one of ideas behind the
Pluggable TOAST - we can choose the most suitable TOAST implementation
available.

If we have a single TOAST entry point for data type - then we should have
some means to control it or choose a TOAST method suitable to our needs.
Or should not?

--
Regards,
Nikita Malakhov
Postgres Professional
The Russian Postgres Company

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Adding facility for injection points (or probe points?) for more advanced tests
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: trying again to get incremental backup