Re: Restricting Postgres - Mailing list pgsql-performance

From Pierre-Frédéric Caillaud
Subject Re: Restricting Postgres
Date
Msg-id opsgyi89iccq72hf@musicbox
Whole thread Raw
In response to Re: Restricting Postgres  ("Matt Clark" <matt@ymogen.net>)
Responses Re: Restricting Postgres  (Matt Clark <matt@ymogen.net>)
List pgsql-performance
On Thu, 4 Nov 2004 18:20:18 -0000, Matt Clark <matt@ymogen.net> wrote:

>> Correct the 75% of all hits are on a script that can take
>> anywhere from
>> a few seconds to a half an hour to complete.    The script
>> essentially
>> auto-flushes to the browser so they get new information as it arrives
>> creating the illusion of on demand generation.

    Er, do you mean that :

    1- You have a query that runs for half an hour and you spoon feed the
results to the client ?
    (argh)

    2- Your script looks for new data every few seconds, sends a packet, then
sleeps, and loops ?

    If it's 2 I have a readymade solution for you, just ask.

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Anything to be gained from a 'Postgres Filesystem'?
Next
From: Martin Foster
Date:
Subject: Re: Restricting Postgres