Re: Postgresql JDBC process consumes more memory than psql client

Justin Pryzby <pryzby@telsasoft.com>

From: Justin Pryzby <pryzby@telsasoft.com>
To: "James Pang (chaolpan)" <chaolpan@cisco.com>
Cc: pgsql-performance@lists.postgresql.org
Date: 2022-09-05T13:26:58Z
Lists: pgsql-performance
On Mon, Sep 05, 2022 at 12:52:14PM +0000, James Pang (chaolpan) wrote:
> Any idea how to print SQL plan from JDBC driver ? 

You could use "explain execute" on the client, or autoexplain on the
server-side.

-- 
Justin



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix recovery_prefetch with low maintenance_io_concurrency.