Re: PGSQL 9.3 - Materialized View - multithreading - Mailing list pgsql-performance

From ktm@rice.edu
Subject Re: PGSQL 9.3 - Materialized View - multithreading
Date
Msg-id 20140404203446.GG25879@aart.rice.edu
Whole thread Raw
In response to Re: PGSQL 9.3 - Materialized View - multithreading  (PARIS Nicolas <niparisco@gmail.com>)
List pgsql-performance
On Fri, Apr 04, 2014 at 10:26:22PM +0200, PARIS Nicolas wrote:
> this postgres documentation :
> http://www.postgresql.org/docs/9.3/static/ecpg-connect.html
> says it is actually possible to manage connection in C stored procedure.
>
> I may be wrong...
>
>
> Le 04/04/2014 22:14, Thom Brown a écrit :
> > lear on how triggers come into this.  You can't have triggers
> > on materialized views, and they don't fire triggers on tables or views
> > that they are based o
>

Hi,

I do not know if it can be used in this fashion, but could pl/proxy be
used by defining a cluster to be the same server and use a partitioned
remote call? Someone with pl/proxy experience may have more information.

Regards,
Ken


pgsql-performance by date:

Previous
From: Reza Taheri
Date:
Subject: Re: PGSQL, checkpoints, and file system syncs
Next
From: Varadharajan Mukundan
Date:
Subject: Re: Fwd: Slow Count-Distinct Query