Re: Parallel query

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: mixtrue(at)gmail(dot)com, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel query
Date: 2016-05-22 21:15:55
Message-ID: CAB7nPqS_SA8-nC-MEBsE6A2mybeRqDzFcwjWkX2B=FFpA50Ymg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 22, 2016 at 10:36 AM, Tatsuo Ishii <ishii(at)postgresql(dot)org> wrote:
>> The brief introudce of MPI(Message Passing Interface) as following URL,
>> which is a message protocol used for parallel computinng, just like DSM
>> does in parallel query. The DSM play a message passing role(in fact, it's.
>> by passing the query plan/raw node tree to anthor worker) in parallel
>> query. I think the parallel query resemble the MPI. so I mentioned that we
>> can refere to the MPI bechmark, and use the idea which is used to test the
>> parallel computing system.If the parallel query to be feature in future, I
>> think we must have an other bechmark for this feature, just like tpcc does.
>> So, I mention the MPI.
>>
>> https://www.open-mpi.org/
>>
>> https://en.wikipedia.org/wiki/Message_Passing_Interface
>
> Thank you for the info.

Ishii-san is doing so... Please be sure to press "reply-all" when
answering to an email in the community mailing lists. It is hard to
follow this discussion.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2016-05-22 22:53:45 Re: Adding an alternate syntax for Phrase Search
Previous Message Piotr Stefaniak 2016-05-22 20:16:39 pg_bsd_indent - improvements around offsetof and sizeof