Re: Named Prepared statement problems and possible solutions

From: Jan Wieck <jan(at)wi3ck(dot)info>
To: Konstantin Knizhnik <knizhnik(at)garret(dot)ru>, Dave Cramer <davecramer(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Named Prepared statement problems and possible solutions
Date: 2023-06-08 12:43:35
Message-ID: 7370aead-b378-883b-4252-f3852ba51b18@wi3ck.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 6/8/23 02:15, Konstantin Knizhnik wrote:

> There is a PR with support of prepared statement support to pgbouncer:
> https://github.com/pgbouncer/pgbouncer/pull/845
> any feedback, reviews and suggestions are welcome.

I was about to say that the support would have to come from the pooler
as it is possible to have multiple applications in different languages
connecting to the same pool(s).

I can certainly give this a try, possibly over the weekend. I have a
TPC-C that can use prepared statements plus pause/resume. That might be
a good stress for it.

Best Regards, Jan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2023-06-08 12:44:11 Re: Let's make PostgreSQL multi-threaded
Previous Message shveta malik 2023-06-08 12:18:14 Re: Support logical replication of DDLs