Re: CLUSTER equivalent

From: Neil Conway <neilc(at)samurai(dot)com>
To: Kevin Murphy <murphy(at)genome(dot)chop(dot)edu>
Cc: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: CLUSTER equivalent
Date: 2005-09-15 20:35:02
Message-ID: 4329DAF6.405@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kevin Murphy wrote:
> I just wanted to confirm that the COPY command always stores data in the
> table in the order in which it appears in the import file.

This is not the case -- depending on the content of the FSM, the newly
added rows might be distributed throughout the table.

-Neil

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2005-09-15 20:37:07 Re: Asychronous database replication
Previous Message CSN 2005-09-15 20:33:27 character varying == text?