Re: Clustering problem - Mailing list pgsql-sql

From PFC
Subject Re: Clustering problem
Date
Msg-id op.stmbbpfjth1vuj@localhost
Whole thread Raw
In response to Clustering problem  (CG <cgg007@yahoo.com>)
Responses Re: Clustering problem
List pgsql-sql

> Is it even possible to cluster a table based on the clustering scheme  
> (which is
> not the link_id ...) from the master table?
>
> Can you gurus think of a better strategy? :) (Please??) :)
You can create a functional index on a function which returns the desired  
order by looking in the main table, cluster it, then drop the index...


pgsql-sql by date:

Previous
From: CG
Date:
Subject: Clustering problem
Next
From: "jimmy.olsen"
Date:
Subject: Re: getting back autonumber just inserted