Skip to content

Document SHOW CLUSTER REPLICAS output columns#36194

Open
maheshwarip wants to merge 4 commits intomainfrom
claude/slack-session-EfUl2
Open

Document SHOW CLUSTER REPLICAS output columns#36194
maheshwarip wants to merge 4 commits intomainfrom
claude/slack-session-EfUl2

Conversation

@maheshwarip
Copy link
Copy Markdown
Contributor

Motivation

The SHOW CLUSTER REPLICAS documentation was missing a formal description of the output columns returned by the command. This makes it harder for users to understand what each column represents.

Description

This change adds an "Output" section to the SHOW CLUSTER REPLICAS documentation that describes each column:

  • cluster: The name of the cluster
  • replica: The name of the replica
  • size: The size of the replica
  • ready: Whether all objects on the cluster have hydrated
  • comment: The associated comment, if any

The example output tables have also been updated to include the comment column and fix formatting inconsistencies to match the documented output format.

Verification

Documentation change only. The output format matches the actual command behavior.

https://claude.ai/code/session_01LfobjPj58rtwpvWVGtcqiV

Document the `ready` and `comment` columns that were missing from the
docs. The `ready` column indicates whether all objects on the replica
have hydrated. Also update examples to include the `comment` column.

https://claude.ai/code/session_01LfobjPj58rtwpvWVGtcqiV
@maheshwarip maheshwarip requested a review from a team as a code owner April 21, 2026 21:34
@maheshwarip maheshwarip enabled auto-merge (squash) April 21, 2026 21:35
claude added 2 commits April 21, 2026 21:36
The link pointed to the index-specific hydration section, which is too
narrow for the `ready` column that covers all object types.

https://claude.ai/code/session_01LfobjPj58rtwpvWVGtcqiV
The anchor #size doesn't exist on the create-cluster page; the correct
anchor is #available-sizes.

https://claude.ai/code/session_01LfobjPj58rtwpvWVGtcqiV
**cluster** | The name of the cluster.
**replica** | The name of the replica.
**size** | The [size](/sql/create-cluster#available-sizes) of the replica.
**ready** | Whether all objects on the cluster have hydrated. `true` indicates that all indexes, materialized views, and other objects on this replica are caught up with the upstream data and ready to serve queries.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these two sentences ... so ... is it all objects on the cluster have hydrated? or all objects on this replica are hydrated?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the cluster! let me modify this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants