| From: | The Hermit Hacker <scrappy(at)hub(dot)org> |
|---|---|
| To: | Tim Perdue <tperdue(at)valinux(dot)com> |
| Cc: | "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>, pgsql-hackers(at)hub(dot)org |
| Subject: | Re: 7.0.2 issues / Geocrawler |
| Date: | 2000-07-12 18:00:31 |
| Message-ID: | Pine.BSF.4.21.0007121459280.1325-100000@thelab.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, 12 Jul 2000, Tim Perdue wrote:
> The Hermit Hacker wrote:
> > just curious, but what if you remove the ORDER BY, just to test ... is it
> > that much faster without then with? Just want to narrow down *if* its a
> > sorting issue or not, that's all ...
>
> Good call - it was instantaneous as it used to be.
It takes us awhile sometimes, but we eventually clue in :)
> > If it is a sorting issue, what if you raise the -S value?
>
> -S is 32768 right now
how many results come back from the query? ignoring the LIMIT, that is
... see, it has to ORDER BY before the LIMIT, of course...
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tim Perdue | 2000-07-12 18:14:31 | Re: Serious Performance Loss in 7.0.2?? |
| Previous Message | Tom Lane | 2000-07-12 17:56:29 | Re: Serious Performance Loss in 7.0.2?? |