Re: Parallel query execution

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Parallel query execution
Дата
Msg-id 20130116211838.GA27918@momjian.us
обсуждение исходный текст
Ответ на Re: Parallel query execution  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Parallel query execution  ("Dickson S. Guedes" <listas@guedesoft.net>)
Список pgsql-hackers
On Wed, Jan 16, 2013 at 10:06:51PM +0100, Pavel Stehule wrote:
> 2013/1/16 Stephen Frost <sfrost@snowman.net>:
> > * Bruce Momjian (bruce@momjian.us) wrote:
> >> I am not sure how a COPY could be easily parallelized, but I supposed it
> >> could be done as part of the 1GB segment feature.  People have
> >> complained that COPY is CPU-bound, so it might be very interesting to
> >> see if we could offload some of that parsing overhead to a child.
> >
> > COPY can certainly be CPU bound but before we can parallelize that
> > usefully we need to solve the problem around extent locking when trying
> > to do multiple COPY's to the same table.
> 
> Probably update any related indexes and constraint checking should be
> paralellized.

Wiki updated:
https://wiki.postgresql.org/wiki/Parallel_Query_Execution

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Event Triggers: adding information
Следующее
От: "Dickson S. Guedes"
Дата:
Сообщение: Re: Parallel query execution