-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DOC-1078] [DOC-1043] [2025.2] ASH and explain statement with debug option updates #29421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for infallible-bardeen-164bc9 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
docs/content/stable/api/ysql/the-sql-language/statements/perf_explain.md
Outdated
Show resolved
Hide resolved
docs/content/stable/api/ysql/the-sql-language/statements/perf_explain.md
Outdated
Show resolved
Hide resolved
docs/content/stable/api/ysql/the-sql-language/statements/perf_explain.md
Show resolved
Hide resolved
docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
Outdated
Show resolved
Hide resolved
| | ConflictResolution_ResolveConficts | RPCWait | | A read/write RPC is waiting to identify conflicting transactions. | | ||
| | ConflictResolution_WaitOnConflictingTxns | WaitOnCondition | | A read/write RPC is waiting for conflicting transactions to complete. | | ||
| | WaitForReadTime | WaitOnCondition | | A read/write RPC is waiting for the current time to catch up to [read time](../../../architecture/transactions/single-row-transactions/#safe-timestamp-assignment-for-a-read-request). | | ||
| | XCluster_WaitingForGetChanges | RPCWait | | An xCluster poller on the target universe is waiting for changes from the source universe. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consumer/target Tablet ID is the aux here. We should prefix with consumer or target or whatever is mentioned in the xcluster docs
| | ConflictResolution_WaitOnConflictingTxns | WaitOnCondition | | A read/write RPC is waiting for conflicting transactions to complete. | | ||
| | WaitForReadTime | WaitOnCondition | | A read/write RPC is waiting for the current time to catch up to [read time](../../../architecture/transactions/single-row-transactions/#safe-timestamp-assignment-for-a-read-request). | | ||
| | XCluster_WaitingForGetChanges | RPCWait | | An xCluster poller on the target universe is waiting for changes from the source universe. | | ||
| | RemoteBootstrap_StartRemoteSession | RPCWait | Tablet ID | A remote bootstrap client is waiting for a remote session to be started on the remote bootstrap server. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A question here, why is this one Tablet ID and the rest of them are just Tablet ID?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set column width using <div style="width:120px"> instead
@netlify /stable/api/ysql/the-sql-language/statements/perf_explain/