Re: Clustering problem

From: PFC <lists(at)boutiquenumerique(dot)com>
To: cgg007(at)yahoo(dot)com, "PostgreSQL SQL" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Clustering problem
Date: 2005-07-08 23:24:51
Message-ID: op.stmbbpfjth1vuj@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message jimmy.olsen 2005-07-09 12:59:58 Re: getting back autonumber just inserted
Previous Message CG 2005-07-08 20:55:03 Clustering problem