Blocking on SQL Execution

Поиск
Список
Период
Сортировка
От logan@datacurrent.com
Тема Blocking on SQL Execution
Дата
Msg-id Pine.LNX.4.64.0510311528350.15868@kif.loganb.net
обсуждение исходный текст
Список pgsql-jdbc
Hello,

I'm running a web application that needs to run several queries against
several databases to satisfy a single request.  To minimize latency I'd
like to be able to issue "<PreparedStatement Object>.executeQuery()" on
each connection, allow the servers to execute the queries in parallel, and
then only block when I attempt to fetch the first row.

My anecdotal experience with JDBC drivers in general are that they block
when you attempt to execute the query, not when you attempt to retrieve
data.  Is this the case for the Postgres driver?  Does anyone have a feel
for how hard it would be to modify the driver allow queries to be executed
in the background?  Thanks!

Logan Bowers

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: translation update: pt_BR
Следующее
От: "Logan Bowers"
Дата:
Сообщение: Non-blocking SQL Execution