Skip to content

Commit e0916b4

Browse files
backport DOC-15044 to all supported branches (#20563)
1 parent 20c72f4 commit e0916b4

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

src/current/v24.3/follower-reads.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ To see the current value of the follower read timestamp, execute the following q
6363
SELECT now() - follower_read_timestamp();
6464
~~~
6565

66-
#### Exact staleness follower reads demo
67-
68-
The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.
69-
70-
{% include_cached youtube.html video_id="V--skgN_JMo" %}
71-
7266
#### Exact staleness follower reads in read-only transactions
7367

7468
You can set the [`AS OF SYSTEM TIME`]({% link {{ page.version.version }}/as-of-system-time.md %}) clause's value for all operations in a read-only [transaction]({% link {{ page.version.version }}/transactions.md %}):
@@ -258,6 +252,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
258252
259253
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
260254
255+
### Video demo
256+
257+
For a demo of how to use follower reads to improve performance, watch the following video:
258+
259+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
260+
261261
## See also
262262
263263
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

src/current/v25.2/follower-reads.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ To see the current value of the follower read timestamp, execute the following q
6363
SELECT now() - follower_read_timestamp();
6464
~~~
6565

66-
#### Exact staleness follower reads demo
67-
68-
The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.
69-
70-
{% include_cached youtube.html video_id="V--skgN_JMo" %}
71-
7266
#### Exact staleness follower reads in read-only transactions
7367

7468
You can set the [`AS OF SYSTEM TIME`]({% link {{ page.version.version }}/as-of-system-time.md %}) clause's value for all operations in a read-only [transaction]({% link {{ page.version.version }}/transactions.md %}):
@@ -258,6 +252,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
258252
259253
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
260254
255+
### Video demo
256+
257+
For a demo of how to use follower reads to improve performance, watch the following video:
258+
259+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
260+
261261
## See also
262262
263263
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

src/current/v25.3/follower-reads.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ To see the current value of the follower read timestamp, execute the following q
6363
SELECT now() - follower_read_timestamp();
6464
~~~
6565

66-
#### Exact staleness follower reads demo
67-
68-
The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.
69-
70-
{% include_cached youtube.html video_id="V--skgN_JMo" %}
71-
7266
#### Exact staleness follower reads in read-only transactions
7367

7468
You can set the [`AS OF SYSTEM TIME`]({% link {{ page.version.version }}/as-of-system-time.md %}) clause's value for all operations in a read-only [transaction]({% link {{ page.version.version }}/transactions.md %}):
@@ -258,6 +252,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
258252
259253
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
260254
255+
### Video demo
256+
257+
For a demo of how to use follower reads to improve performance, watch the following video:
258+
259+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
260+
261261
## See also
262262
263263
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

src/current/v25.4/follower-reads.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ To see the current value of the follower read timestamp, execute the following q
6363
SELECT now() - follower_read_timestamp();
6464
~~~
6565

66-
#### Exact staleness follower reads demo
67-
68-
The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.
69-
70-
{% include_cached youtube.html video_id="V--skgN_JMo" %}
71-
7266
#### Exact staleness follower reads in read-only transactions
7367

7468
You can set the [`AS OF SYSTEM TIME`]({% link {{ page.version.version }}/as-of-system-time.md %}) clause's value for all operations in a read-only [transaction]({% link {{ page.version.version }}/transactions.md %}):
@@ -258,6 +252,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
258252
259253
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
260254
255+
### Video demo
256+
257+
For a demo of how to use follower reads to improve performance, watch the following video:
258+
259+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
260+
261261
## See also
262262
263263
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

0 commit comments

Comments
 (0)