Re: Set Returning Function (Pipelining)

From: "tschak" <jochen(dot)schlosser(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Set Returning Function (Pipelining)
Date: 2005-11-23 09:20:10
Message-ID: 1132737610.105515.291550@o13g2000cwo.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am not really sure wether I MUST use it or not, but I think it is a
nice feature to be utilized.

What I want is a long running producing up to hundred of thousands
results which have to undergo a computationally expensive
postprocessing step which needs to be execeuted in parallel. By using
pipelining I would not need to worry about partitioning the query and
thus distributing the workload.

At least as far as I understand the pipelining feature...

tschak

In response to

Browse pgsql-general by date

  From Date Subject
Next Message A.j. Langereis 2005-11-23 09:38:03 PREPARE in bash scripts
Previous Message Bjørn T Johansen 2005-11-23 08:56:08 Logging prepared statements in 8.1?