Migrations are unlikely to be bottlenecked by a bit of network latency. Running the migration will b

Migrations are unlikely to be bottlenecked by a bit of network latency. Running the migration will be the slowest part. It’s rarely “hot path” in a user facing request.
Was this page helpful?