Re: pg_dump order of rows

From: Hampus Wessman <hampus(dot)wessman(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump order of rows
Date: 2010-12-13 09:26:35
Message-ID: 4D05E6CB.9050702@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2010-12-13 09:12, Jan Kesten wrote:
>
> I'm not aware of any database where I can influence the on-disk order
> directly, but there may be some hints I'm probably missing (even a
> vacuum full will only compact the datafile as far as I know but not
> reoder it accoring to an index or something).
CLUSTER should be able to do that for you. See
http://www.postgresql.org/docs/9.0/static/sql-cluster.html.
/ Hampus

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2010-12-13 10:01:02 Re: Urgent -- High memory usage on PostgreSQL server
Previous Message Scott Marlowe 2010-12-13 09:15:44 Re: Performance tuning in Pgsql