Re: Sort time - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Sort time
Date
Msg-id 200211151127.29405.josh@agliodbs.com
Whole thread Raw
In response to Re: Sort time  (Rod Taylor <rbt@rbt.ca>)
Responses Re: Sort time  (Rod Taylor <rbt@rbt.ca>)
List pgsql-performance
Rod,

> The estimated cost had the sort at a few seconds, but the actual times
> show it is taking 50% of the total query time.

D'oh!   I was, of course, subtracting the estimated from the actual time.
Oops.

>
> The big problem is he's sorting by a varchar() which isn't overly quick
> no matter what locale.  Integers are nice and quick (s.OP is an int,
> which shows this).
>
> If IDS_NUM is a number, he could try casting it to an int8, but without
> data examples I couldn't say.

Hmmm ... how big *is* that varchar field?  8 characters gives us about 6mb for
the column.  Of course, if it's a 128-char global unque id, that;s a bit
larger.

--
-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
                                        Josh Berkus
   Complete information technology     josh@agliodbs.com
    and data management solutions     (415) 565-7293
   for law firms, small businesses      fax 621-2533
    and non-profit organizations.     San Francisco


pgsql-performance by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Sort time
Next
From: "Peter T. Brown"
Date:
Subject: can this query be made to run faster?