Re: Re: Loading optimization - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Re: Loading optimization
Date
Msg-id 3A5B012E.749AF623@cupid.suninternet.com
Whole thread Raw
In response to Loading optimization  (Gary Wesley <gary@db.stanford.edu>)
Responses Re: Re: Loading optimization
Re: Re: Loading optimization
List pgsql-general
Ian Harding wrote:
>
> Gary Wesley wrote:
>
> > Is there any advantage to having data sorted before populating it into a
> > table?
> > (In 6.5)
> >
> > Gary Wesley
>
> Yes.  You have effectively loaded it with a clustered index.  If you
> cluster an index on the sort column after loading it, the sort will remain
> in effect and will speed queries/joins that use that column.

But does postgres actually use the fact that the data is clustered? I
keep thinking that here I could cluster all our data such that a
sequential
search is almost always a bad idea but I have no idea how to relate that
fact to postgres...
--
Martijn van Oosterhout <kleptog@cupid.suninternet.com>
http://cupid.suninternet.com/~kleptog/

pgsql-general by date:

Previous
From: Peter Gubis
Date:
Subject: connection timeout
Next
From: jeremy ergisi
Date:
Subject: I have a pb with data types