Connection pooling by apache tomcat

From: srinivas oguri <srinivasoguri7(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Connection pooling by apache tomcat
Date: 2018-09-12 07:50:01
Message-ID: CADfH0yvnYvhoO0P=zM3UjheogQevjXyUnv4-djpyesBk_SDL_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Experts,

We are using apache connection pooling and we want to use the temporary
tables.

I know pgbouncer and pgpool provide DISCARD ALL command when the connection
given back to pool so that temporary tables created in a session are
dropped.

Is there any way in apache connection pooling. Do anyone have experience ?

My PostgreSQL version is 9.6.

NOTE: I know that I can insist my application team to put drop temporary
table in their code but there are some situations where they are not
dropping.

Thanks
Srinivas

Browse pgsql-admin by date

  From Date Subject
Next Message Brandl, Wolfgang 2018-09-12 07:51:20 AW: postgres pg_basebackup
Previous Message legrand legrand 2018-09-12 07:20:18 Re: pg_stat_reset influence the plan chosen ?