Re: CLUSTER details

2024-06-09 Thread David G. Johnston
On Friday, June 7, 2024, Bernd Eckenfels wrote: > > > As a user I want to know if CLUSTERing also frees space, and since it > has the effect of doing so (and not pre-allocates, which is a bit odd),why > not mention it. > Yeah, it doesn’t make it clear that rewriting the table means that only live

Re: CLUSTER details

2024-06-09 Thread Bernd Eckenfels
I am mostly „hung up“ on extending the doc to make it even more usedul (by sharing my use cases). As a user I want to know if CLUSTERing also frees space, and since it has the effect of doing so (and not pre-allocates, which is a bit odd),why not mention it. Btw where is that friendly community t

Re: CLUSTER details

2024-06-09 Thread Bernd Eckenfels
Hello, David G. Johnston wrote on 7. June 2024 15:24 (GMT +02:00): > All of that is already covered on the page. You are right, I missed the note about the two modes and their storage consumption, I guess that part is described enough > If you think it needs > rewording I suggest you specify exa

Re: CLUSTER details

2024-06-07 Thread David G. Johnston
On Fri, Jun 7, 2024, 10:57 Bernd Eckenfels wrote: > > Is the following correct (I.e. it does not preserv free pages) and can > be added? > You are hung up on the idea of free pages when this operation makes them irrelevant. Complete new files are written, populated to the extent of fill factor,

Re: CLUSTER details

2024-06-07 Thread David G. Johnston
On Thursday, June 6, 2024, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/sql-cluster.html > Description: > > The cloister command should describe how or deals with free pages (I.e. are > released) and

Re: CLUSTER details

2024-06-07 Thread Bernd
:47 AMAn: pgsql-docs@lists.postgresql.org Cc: e...@zusammenkunft.net Betreff: CLUSTER details The following documentation comment has been logged on the website:Page: https://www.postgresql.org/docs/16/sql-cluster.htmlDescription:The cloister command should describe how or deals with free pages (I.e

CLUSTER details

2024-06-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/sql-cluster.html Description: The cloister command should describe how or deals with free pages (I.e. are released) and what it’s lock model is (i.e. that it is (not yet?) an online operat