Re: Pluggable storage

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Pluggable storage
Дата
Msg-id CANP8+jKK90ssE2+tZuJkvkDk=EM__jF_GDcJNzZabvb-qJ9c9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pluggable storage  (Andres Freund <andres@anarazel.de>)
Ответы Re: Pluggable storage  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Re: Pluggable storage  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 16 August 2016 at 19:46, Andres Freund <andres@anarazel.de> wrote:
> On 2016-08-15 12:02:18 -0400, Robert Haas wrote:
>> Thanks for taking a stab at this.  I'd like to throw out a few concerns.
>>
>> One, I'm worried that adding an additional layer of pointer-jumping is
>> going to slow things down and make Andres' work to speed up the
>> executor more difficult.  I don't know that there is a problem there,
>> and if there is a problem I don't know what to do about it, but I
>> think it's something we need to consider.
>
> I'm quite concerned about that as well.

This objection would apply to all other proposals as well, FDW etc..

Do you see some way to add flexibility yet without adding a branch
point in the code?

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Venkata B Nagothi
Дата:
Сообщение: Re: patch proposal
Следующее
От: Andrew Borodin
Дата:
Сообщение: Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]