Adding percentile metrics to pg_stat_statements module

2019-10-31 Thread Igor Calabria
Hi everyone, I was taking a look at pg_stat_statements module and noticed that it does not collect any percentile metrics. I believe that It would be really handy to have those available and I'd love to contribute with this feature. The basic idea is to accumulate the the query execution times us

Re: Adding percentile metrics to pg_stat_statements module

2019-11-01 Thread Igor Calabria
de 2019 às 16:32, Tomas Vondra < tomas.von...@2ndquadrant.com> escreveu: > On Thu, Oct 31, 2019 at 12:51:17PM -0300, Igor Calabria wrote: > >Hi everyone, > > > >I was taking a look at pg_stat_statements module and noticed that it does > >not collect any percentile

Re: Adding percentile metrics to pg_stat_statements module

2019-11-01 Thread Igor Calabria
Em sex, 1 de nov de 2019 às 11:17, Tomas Vondra < tomas.von...@2ndquadrant.com> escreveu: > On Fri, Nov 01, 2019 at 11:11:13AM -0300, Igor Calabria wrote: > >Yeah, I agree that there's no reason to store the digests themselves and I > >really liked the idea of it being opt