Re: How to manage search results? - Mailing list pgsql-php

From Andrew McMillan
Subject Re: How to manage search results?
Date
Msg-id 1007982394.2311.10.camel@kant.mcmillan.net.nz
Whole thread Raw
In response to Re: How to manage search results?  (Marius Andreiana <marius@wdg.ro>)
Responses Re: How to manage search results?  (Marius Andreiana <marius@wdg.ro>)
List pgsql-php
On Mon, 2001-12-10 at 23:32, Marius Andreiana wrote:
> On Lu, 2001-12-10 at 11:59, Andrew McMillan wrote:
> > I just construct my query in the normal way and append a LIMIT ...
> > OFFSET ... clause to control the finally select records.
> I can't do that.
>
> Some of the queries I use are complex; after you run a query you
> can refine it, add to results, substract from results... I use
> a table to build the results from initial query, then add/remove to it
> as needed until search is done and finally user starts to
> browse the results. I can't make it in one huge query.
>
> For simple queries your solution is the best, no need for
> a table; I assume you just save the query in a session variable.
> I also assume your query doesn't take more than a second to run.

No, the users can save query criteria and so forth, and queries can take
a minute or two to run.

The underlying data being queried changes a fair bit.  This is a news
database, so the users want their queries to stay constant, but the
results to vary.  For complex (5 or more boolean related keywords)
criteria they don't care so much about the minute, it's the results that
they want.

Perhaps you need to impart a broader understanding of what your
application is trying to achieve.  I assume from your comments that the
data are fairly static, and that the users are analysing it in some way.

Cheers,
                    Andrew.
--
--------------------------------------------------------------------
Andrew @ Catalyst .Net.NZ Ltd, PO Box 11-053, Manners St, Wellington
WEB: http://catalyst.net.nz/        PHYS: Level 2, 150-154 Willis St
DDI: +64(4)916-7201    MOB: +64(21)635-694    OFFICE: +64(4)499-2267


pgsql-php by date:

Previous
From: Laurent Patureau
Date:
Subject: pb when we change pg_log directory
Next
From: Marius Andreiana
Date:
Subject: Re: How to manage search results?