My Elixir Phoenix app makes anywhere between 10-20 queries per page request, so having DB in a different region can add up sufficient latency to each page request, which I’d rather be minimal.
The alternative is to move to AWS / DO where you can collocate everything of course.