Re: BUG #17665: pg_stat_statements useless with variable number of parameters in IN close

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: bokanist(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17665: pg_stat_statements useless with variable number of parameters in IN close
Date: 2022-10-27 12:58:36
Message-ID: 20221027125836.2qtol4r2vudze725@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On Thu, Oct 27, 2022 at 10:42:52AM +0000, PG Bug reporting form wrote:
>
> Not really a bug, but this issue makes pg_stat_statements almost useless.
>
> One of my customer have queries with variables number of parameters in IN
> closes
>
> SELECT * FROM my_table WHERE id IN ($1, $2, $3, $4, ...) -- number of
> parameters varies from one to thousands
>
> And some queries have more than one IN close. This bloat the
> pg_stat_statement table with all different version of the same query.
>
> I think the parameters in IN close should be merged as one.
> By the way, where should I submit this kind of improvement request ?

I agree, and this is a known problem however it isn't as simple to fix as it
looks. You can find the latest discussion about it at
https://www.postgresql.org/message-id/flat/CA%2Bq6zcWtUbT_Sxj0V6HY6EZ89uv5wuG5aefpe_9n0Jr3VwntFg%40mail.gmail.com
if you want more details or participate.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Japin Li 2022-10-27 12:59:18 Re: BUG #17667: to_char is used to collect statistics by week
Previous Message PG Bug reporting form 2022-10-27 12:43:45 BUG #17667: to_char is used to collect statistics by week