From 4a3bdaea346bd3ec515ee9d3ee89a39413a56e75 Mon Sep 17 00:00:00 2001 From: Rich Loveland Date: Thu, 29 Jul 2021 16:56:42 -0400 Subject: [PATCH] FTW is not available with MR abstractions enabled Fixes #10520 --- v21.1/topology-follow-the-workload.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v21.1/topology-follow-the-workload.md b/v21.1/topology-follow-the-workload.md index ca8451a9fa5..e3d7cb446f2 100644 --- a/v21.1/topology-follow-the-workload.md +++ b/v21.1/topology-follow-the-workload.md @@ -13,6 +13,8 @@ In a multi-region deployment, follow-the-workload is the default behavior for ta {{site.data.alerts.callout_success}} If read performance is your main focus for a table, but you want low-latency reads everywhere instead of just in the most active region, consider [Global Tables](global-tables.html) or [Follower Reads](topology-follower-reads.html). + +Note that if you start using the [multi-region SQL abstractions](multiregion-overview.html) for a database, CockroachDB will no longer provide the follow-the-workload behavior described on this page for that database. {{site.data.alerts.end}} ## Prerequisites