Re: significant jump in sql statement timing for on server vs a remote connection

2022-04-19 Thread Jeff Janes
On Tue, Apr 19, 2022 at 5:00 PM Sbob wrote: > > However if we move the file to another server in the same network and > run with a psql -h then it runs for more than 10min. What is the ping time? Packet loss? You can't take for granted that the network is good and fast just because they are

Re: significant jump in sql statement timing for on server vs a remote connection

2022-04-19 Thread Justin Pryzby
On Tue, Apr 19, 2022 at 03:00:09PM -0600, Sbob wrote: > We are debugging a sql performance issue. We have a sql file with 50,000 > simple select statements in it. If I run the file locally it completes in > less than 15sec.  If I force the local connection to be a tcp/ip connection > via psql -h

significant jump in sql statement timing for on server vs a remote connection

2022-04-19 Thread Sbob
Hi all; We are debugging a sql performance issue. We have a sql file with 50,000 simple select statements in it. If I run the file locally it completes in less than 15sec.  If I force the local connection to be a tcp/ip connection via psql -h and I get approximately the same results, 15 -

How to find all SQLs executed by a transaction id?

2022-04-19 Thread Patil, Ravi
Hello All, I am working on workload testing on a PostgreSQL database. Use case: Run workload of 5000 to 11000 transactions and a transaction should have Inserts, Selects, Updates and Selects I am using HammerDB, an open source tool to generate work load, and my question here is how to generate