RE: SLRU statistics - Mailing list pgsql-hackers

From tsunakawa.takay@fujitsu.com
Subject RE: SLRU statistics
Date
Msg-id OSAPR01MB5073426AFE2F2A524948FA6CFE320@OSAPR01MB5073.jpnprd01.prod.outlook.com
Whole thread Raw
In response to SLRU statistics  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: SLRU statistics  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
From: Tomas Vondra <tomas.vondra@2ndquadrant.com>
> One of the stats I occasionally wanted to know are stats for the SLRU
> stats (we have couple of those - clog, subtrans, ...). So here is a WIP
> version of a patch adding that.

How can users take advantage of this information?  I think we also need the ability to set the size of SLRU buffers.
(Iwant to be freed from the concern about the buffer shortage by setting the buffer size to its maximum.  For example,
CLOGwould be only 1 GB.) 


Regards
Takayuki Tsunakawa






pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] src\backend\utils\adt\numeric.c copy and past error
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: TRUNCATE on foreign tables