Re: Parallel Seq Scan

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Parallel Seq Scan
Дата
Msg-id 1435737068.4369.72.camel@jeff-desktop
обсуждение исходный текст
Ответ на Re: Parallel Seq Scan  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: Parallel Seq Scan  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Re: Parallel Seq Scan  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Wed, 2015-07-01 at 11:07 +0530, Amit Kapila wrote:

> For what you are asking to change name for?

There are still some places, at least in the comments, that call it a
parallel sequential scan.


> a. Infrastructure for parallel execution, like some of the stuff in
> execparallel.c, heapam.c,tqueue.c, etc and all other generic
> (non-nodes specific) code.

Did you consider passing tuples through the tqueue by reference rather
than copying? The page should be pinned by the worker process, but
perhaps that's a bad assumption to make?

Regards,Jeff Davis





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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pg_rewind failure by file deletion in source server
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Reducing ClogControlLock contention