Martin Pfeifle <[EMAIL PROTECTED]> wrote:
> Our goal is that all records are physically clustered according to their RO=
> WID.
> In order to achieve this goal, does it make sense to reorganize a table by =
> for instance a command like
> "insert into reorganized_table
> select * from original_table ordered by rowid"
> 

Running VACUUM is an easier way to do this.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to