Skip to content

Commit 20c72f4

Browse files
Correct follower read video link and description (#20533)
1 parent 23a7eec commit 20c72f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

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

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

7670
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 %}):
@@ -193,6 +187,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
193187
194188
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
195189
190+
### Video demo
191+
192+
For a demo of how to use follower reads to improve performance, watch the following video:
193+
194+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
195+
196196
## See also
197197
198198
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

0 commit comments

Comments
 (0)