Re: Suspending SELECTs - Mailing list pgsql-performance

From Michael Stone
Subject Re: Suspending SELECTs
Date
Msg-id 20060117200441.GB1408@mathom.us
Whole thread Raw
In response to Re: Suspending SELECTs  (Alessandro Baretta <a.baretta@barettadeit.com>)
List pgsql-performance
On Tue, Jan 17, 2006 at 08:56:00PM +0100, Alessandro Baretta wrote:
>I understand most of these issues, and expected this kind of reply. Please,
>allow me to insist that we reason on this problem and try to find a
>solution. My reason for doing so is that the future software industry is
>likely to see more and more web applications retrieving data from virtually
>endless databases, and in such contexts, it is sensible to ask the final
>client--the web client--to store the "cursor state", because web
>interaction is intrinsically asynchronous, and you cannot count on users
>logging out when they're done, releasing resources allocated to them. Think
>of Google.

I don't understand why it is better to rework the db instead of just
having the web middleware keep track of what cursors are associated with
what sessions?

Mike Stone

pgsql-performance by date:

Previous
From: Alessandro Baretta
Date:
Subject: Re: Suspending SELECTs
Next
From: Alessandro Baretta
Date:
Subject: Re: Suspending SELECTs