Re: Append with naive multiplexing of FDWs

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Append with naive multiplexing of FDWs
Дата
Msg-id 20200115204104.GC7201@momjian.us
обсуждение исходный текст
Ответ на Re: Append with naive multiplexing of FDWs  (Ahsan Hadi <ahsan.hadi@highgo.ca>)
Ответы Re: Append with naive multiplexing of FDWs
Re: Append with naive multiplexing of FDWs
Список pgsql-hackers
On Tue, Jan 14, 2020 at 02:37:48PM +0500, Ahsan Hadi wrote:
> Summary
> The patch is pretty good, it works well when there were little data back to
> the parent node. The patch doesn’t provide parallel FDW scan, it ensures
> that child nodes can send data to parent in parallel but  the parent can only
> sequennly process the data from data nodes.
> 
> Providing there is no performance degrdation for non FDW append queries,
> I would recomend to consider this patch as an interim soluton while we are
> waiting for parallel FDW scan.

Wow, these are very impressive results!

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



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

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: src/test/recovery regression failure on bionic
Следующее
От: Andres Freund
Дата:
Сообщение: Re: aggregate crash