DOC-15514: Product Change- PR #158499 - sql: show KV CPU Time in EXPLAIN ANALYZE#21727
DOC-15514: Product Change- PR #158499 - sql: show KV CPU Time in EXPLAIN ANALYZE#21727florence-crl merged 7 commits intomainfrom
Conversation
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
Files changed: |
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
florence-crl
left a comment
There was a problem hiding this comment.
@alyshanjahani-crl please take another look.
peachdawnleach
left a comment
There was a problem hiding this comment.
LGTM except one clarifying question
| `network usage` | The amount of data transferred over the network while the statement was executed. If the value is 0 B, the statement was executed on a single node and didn't use the network. | ||
| `regions` | The [regions]({% link {{ page.version.version }}/show-regions.md %}) where the affected nodes were located. | ||
| `sql cpu time` | The total amount of time spent in the [SQL layer]({% link {{ page.version.version }}/architecture/sql-layer.md %}). It does not include time spent in the [storage layer]({% link {{ page.version.version }}/architecture/storage-layer.md %}). | ||
| `kv cpu time` | The total amount of time spent in the [KV layer]({% link {{ page.version.version }}/architecture/overview.md %}#layers) on the critical path of serving the query. Excludes time spent on asynchronous replication and in the [storage layer]({% link {{ page.version.version }}/architecture/storage-layer.md %}). |
There was a problem hiding this comment.
This links to a section about different layers, but the "KV layer" is not one of the layers mentioned. I'm guessing that "KV layer" is more of an overarching term rather than a specific layer, but I may be misunderstanding something. Approving the PR but this might need a bit of clarification unless there's just some common knowledge that I don't know here
There was a problem hiding this comment.
TFTR, yes "KV layer" is an overarching term that is common knowledge.
Fixes DOC-15514
In explain-analyze.md, in Global properties, added kv cpu time.
Rendered preview