Re: Proposal : For Auto-Prewarm. - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Proposal : For Auto-Prewarm.
Date
Msg-id 8cde3585-7d6c-98c4-f083-cc8e8b4ddd61@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Proposal : For Auto-Prewarm.  (Mithun Cy <mithun.cy@enterprisedb.com>)
List pgsql-hackers
On 3/13/17 09:15, Mithun Cy wrote:
> A. launch_autoprewarm_dump() RETURNS int4
> This is a SQL callable function to launch the autoprewarm worker to
> dump the buffer pool information at regular interval. In a server, we
> can only run one autoprewarm worker so if a worker sees another
> existing worker it will exit immediately. The return value is pid of
> the worker which has been launched.

Why do you need that?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: Patch: Write Amplification Reduction Method (WARM)
Next
From: Andres Freund
Date:
Subject: standardized backwards incompatibility tag for commits