Skip to content

Commit

Permalink
Merge pull request cockroachdb#8453 from cockroachdb/20200923-fix-out…
Browse files Browse the repository at this point in the history
…dated-follower-reads-info

Fix incorrect Follower Reads interval
  • Loading branch information
rmloveland authored Sep 23, 2020
2 parents 67c6c4d + 6405bf7 commit db0f0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v20.1/topology-duplicate-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Because this pattern balances the replicas for the table and its secondary index
## Alternatives
- If reads from a table can be historical (48 seconds or more in the past), consider the [Follower Reads](topology-follower-reads.html) pattern.
- If reads from a table can be historical (4.8 seconds or more in the past), consider the [Follower Reads](topology-follower-reads.html) pattern.
- If rows in the table, and all latency-sensitive queries, can be tied to specific geographies, consider the [Geo-Partitioned Leaseholders](topology-geo-partitioned-leaseholders.html) pattern. Both patterns avoid extra secondary indexes, which increase data replication and, therefore, higher throughput and less storage.
## Tutorial
Expand Down
2 changes: 1 addition & 1 deletion v20.2/topology-duplicate-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Because this pattern balances the replicas for the table and its secondary index
## Alternatives
- If reads from a table can be historical (48 seconds or more in the past), consider the [Follower Reads](topology-follower-reads.html) pattern.
- If reads from a table can be historical (4.8 seconds or more in the past), consider the [Follower Reads](topology-follower-reads.html) pattern.
- If rows in the table, and all latency-sensitive queries, can be tied to specific geographies, consider the [Geo-Partitioned Leaseholders](topology-geo-partitioned-leaseholders.html) pattern. Both patterns avoid extra secondary indexes, which increase data replication and, therefore, higher throughput and less storage.
## Tutorial
Expand Down

0 comments on commit db0f0c6

Please sign in to comment.