Re: CLUSTER, VACUUM, and TABLESPACEs (oh my)

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: CLUSTER, VACUUM, and TABLESPACEs (oh my)
Date: 2021-01-25 01:53:55
Message-ID: 418a37cf-df5b-2264-784c-009d38cddbde@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/24/21 7:50 PM, Guillaume Lelarge wrote:
> Hi,
>
> Le lun. 25 janv. 2021 à 01:38, Demitri Muna <postgresql(at)demitri(dot)com
> <mailto:postgresql(at)demitri(dot)com>> a écrit :
[snip]
>
>
> * If I have previously run a CLUSTER command on a table, will future
> VACUUM FULL commands rewrite the table in the order specified in the
> previous CLUSTER?
>
>
> No, you still need CLUSTER.

VACUUM FULL unclusters the table??

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2021-01-25 02:03:38 Re: CLUSTER, VACUUM, and TABLESPACEs (oh my)
Previous Message Guillaume Lelarge 2021-01-25 01:50:12 Re: CLUSTER, VACUUM, and TABLESPACEs (oh my)