Re: Postgresql JDBC process consumes more memory than psql client - Mailing list pgsql-performance

From Justin Pryzby
Subject Re: Postgresql JDBC process consumes more memory than psql client
Date
Msg-id 20220905132658.GK31833@telsasoft.com
Whole thread Raw
In response to RE: Postgresql JDBC process consumes more memory than psql client  ("James Pang (chaolpan)" <chaolpan@cisco.com>)
List 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



pgsql-performance by date:

Previous
From: "James Pang (chaolpan)"
Date:
Subject: RE: Postgresql JDBC process consumes more memory than psql client
Next
From: "James Pang (chaolpan)"
Date:
Subject: RE: Postgresql JDBC process consumes more memory than psql client