28.4.4. Progress Reporting phase status

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: eve(dot)fritz(at)qonto(dot)com
Subject: 28.4.4. Progress Reporting phase status
Date: 2024-05-30 15:50:49
Message-ID: 171708424943.2021730.15027954353131825880@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/progress-reporting.html
Description:

Hi there,

I noticed that in "28.4.4. Progress Reporting" chapter for
`pg_stat_progress_create_index`, the "Table 28.43. CREATE INDEX Phases" may
be misleading as phase displayed for "building index" is often more
detailed.
I found in this presentation[1] (slide 20) what seems to be the exact status
displayed by the table while creating the index.
Maybe documentation table displaying all status could be extended to display
the following status:

- building index: initializing [2]
- building index: scanning table
- building index: sorting live tuples
- building index: sorting dead tuples
- building index: loading tuples in tree

I hope this email is somewhat useful and I apologise in advance as english
is my second language.
Best regards from France,

Eve Fritz

[1] https://wiki.postgresql.org/images/3/38/Progress-report.pdf
[2] I'm not sure that this one actually exists but I've seen the ones below
while testing in my local environment

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message vignesh C 2024-05-31 03:28:16 Re: Ambiguous description on new columns
Previous Message Marcel Hofstetter 2024-05-30 11:14:59 Re: 17beta1 source download does not include docs & manpages