Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/current/v24.1/follower-reads.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ To see the current value of the follower read timestamp, execute the following q
SELECT now() - follower_read_timestamp();
~~~

#### Exact staleness follower reads demo

The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.

{% include_cached youtube.html video_id="V--skgN_JMo" %}

#### Exact staleness follower reads in read-only transactions

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 %}):
Expand Down Expand Up @@ -193,6 +187,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl

{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}

### Video demo

For a demo of how to use follower reads to improve performance, watch the following video:

{% include_cached youtube.html video_id="NzhhvgzHJj4" %}

## See also

- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})
Expand Down
Loading