Re: PQisBusy() always busy - Mailing list pgsql-novice

From bradg
Subject Re: PQisBusy() always busy
Date
Msg-id 1315961414729-4800947.post@n5.nabble.com
Whole thread Raw
In response to Re: PQisBusy() always busy  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: PQisBusy() always busy  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-novice
Thanks for your thoughtful, detailed response. I also took your warnings to
heart and resolved the underlying problem in my code without resorting to
threads. I have both the blocking and nonblocking functions working without
any issues.

Except one. Speed.

When I use the blocking function on a select query for 102 records, the time
is 0.645284 seconds. When I use the nonblocking version, the time is
52.000426 seconds. The application pgAdmin3 takes 1.6 seconds.

Does that seem right?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/PQisBusy-always-busy-tp4793847p4800947.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Drop multiple roles
Next
From: rox
Date:
Subject: Can I capture created key id's, work with them, then return themlater?