Skip to content

Conversation

@peachdawnleach
Copy link
Contributor

Fixes: DOC-15575

Added clarifying info to show that read from standby should only be used for ad hoc analytics queries

Added clarifying info to show that read from standby should only be used for ad hoc analytics queries
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

Files changed:

@netlify
Copy link

netlify bot commented Jan 6, 2026

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 849acb8
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/696004a076284c00086e1aa4

@netlify
Copy link

netlify bot commented Jan 6, 2026

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 849acb8
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/696004a07ad767000896108e

@netlify
Copy link

netlify bot commented Jan 6, 2026

Netlify Preview

Name Link
🔨 Latest commit 849acb8
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/696004a01d35730008d06641
😎 Deploy Preview https://deploy-preview-22036--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.

@peachdawnleach
Copy link
Contributor Author

Preview link


{{ site.data.alerts.callout_info }}
Write operations are not permitted on the standby cluster.
Only use the read from standby feature for ad-hoc analytics queries. To run read replicas, or to leverage `AS OF SYSTEM TIME` for read-only workloads, use [follower reads]({% link {{ page.version.version }}/follower-reads.md %}) instead. Write operations are not permitted on the standby cluster.
Copy link

Choose a reason for hiding this comment

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

I think a better way to frame this would be: PCR's primary use case is disaster recovery. The read from standby feature allows you to better utilize the hardware required for PCR's standby cluster. If you are simply looking for a workload isolation solution without a DR requirement, we recommend deploying a single cluster and leveraging follower reads.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@msbutler thanks for the feedback- just rewrote the note to be more from this perspective

## Use the read from standby feature

{{ site.data.alerts.callout_info }}
The read from standby feature allows you to utilize your standby cluster to increase efficiency when you are already using PCR. However, PCR's primary use case is disaster recovery, not workload isolation. If you need a workload isolation solution but do not need disaster recovery, deploy a single cluster and use [follower reads]({% link {{ page.version.version }}/follower-reads.md %}) instead.
Copy link

Choose a reason for hiding this comment

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

utilize your standby cluster to increase efficiency

I think "increase efficiency" is unclear. what about "... feature allows you to increase PCR standby cluster hardware utilization during replication."

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, that makes sense- I'll change that

Changed wording based on tech review
Copy link
Contributor

@rmloveland rmloveland left a comment

Choose a reason for hiding this comment

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

LGTM

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