Re: Sort time - Mailing list pgsql-performance

From Rod Taylor
Subject Re: Sort time
Date
Msg-id 1037400019.62804.0.camel@jester
Whole thread Raw
In response to Re: Sort time  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
On Fri, 2002-11-15 at 16:18, Josh Berkus wrote:
> Rod,
>
> > > 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.
> >
> > 20 characters long in the Unicode locale -- which is 40 bytes?
>
> Well, 40+, probably about 43.    Should be about 29mb, yes?
> Here's a question: is the total size of the column a good indicator of the
> sort_mem required?   Or does the rowsize affect it somehow?

I'd suspect the total row is sorted, especially in this case where he's
sorting more than one attribute.

--
Rod Taylor <rbt@rbt.ca>

pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Sort time
Next
From: Tom Lane
Date:
Subject: ANALYZE and indexes (was Re: Sort time)