Skip to content

Conversation

@florence-crl
Copy link
Contributor

@florence-crl florence-crl commented Dec 18, 2025

Fixes DOC-15514

In explain-analyze.md, in Global properties, added kv cpu time.

Rendered preview

@netlify
Copy link

netlify bot commented Dec 18, 2025

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 4b864f0
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/6945abb50da2f40007eaebdb

@github-actions
Copy link

Files changed:

@netlify
Copy link

netlify bot commented Dec 18, 2025

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 4b864f0
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/6945abb54345d60008dbfe4d

@netlify
Copy link

netlify bot commented Dec 18, 2025

Netlify Preview

Name Link
🔨 Latest commit 4b864f0
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/6945abb57773d3000823144e
😎 Deploy Preview https://deploy-preview-21727--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor Author

@florence-crl florence-crl left a comment

Choose a reason for hiding this comment

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

@alyshanjahani-crl please take another look.

Copy link
Contributor

@peachdawnleach peachdawnleach left a comment

Choose a reason for hiding this comment

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

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 %}).
Copy link
Contributor

Choose a reason for hiding this comment

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

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

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