Re: [EXTERNAL] Re: Performance down with JDBC 42

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Nov 5, 2023 at 11:20 AM Abraham, Danny <danny_abraham@xxxxxxx> wrote:
Thanks Laurenz,

Traced two huge plans. They differ.
The fast one does use Materialize and Memoize  (the psql).
Is there something in JDBC 42 that blocks these algoruthms?

Directly blocking those is not likely. Maybe the way the drivers fetch partial results is different, such that with one the planner knows to expect only partial results to be fetched and with the other it does not.  So in one case it chooses the fast-start plan, and in the other it doesn't.  But it will be hard to get anywhere if you just dribble information at us a bit at a time.  Can you come up with a self-contained test case?  Or at least show the entirety of both plans?

Cheers,

Jeff

[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux