> On Oct 9, 2023, at 8:18 AM, Rajesh Kumar <rajeshkumar.dba09@xxxxxxxxx> wrote: > > Purpose of bouncer is handle idle connections right? Is there a time period for the DISCARD ALL to go away? If so, how to configure? > > The part I don't understand is if bunch of connections in the name of Discard all is idle , what difference it make? DISCARD ALL is simply the last query executed. There is no time period for it to "go away". It is the last query executed on that connection, and will remain the last query executed on that connection until another query is executed on that connection.