Improving Read and Write Performance During Migrations

No, that is different. During migrations clients will be able to read stale data regardless of this setting. This setting prevents you from performing an update based on that stale data while a cluster is recovering.

To prevent reading stale data when there are multiple versions of the same partition see read-consistency-level-override. Also discussed here: Understanding Consistency Level Overrides.