How to serve users globally?
Hello π
NeonDB allows 1 database per project. Apart from read replicas, what should be an ideal strategy to minimize the latency that users from a different continent may have?
For example, let's say we have a db based in Germany (EU) and the servers are located in Germany (EU) as well, users from the US would have high latency when hitting the API backend on EU.
What would be a recommended solution for these latency issues? CDN? Read replicas+servers on US region? Another project for the same backend API (this doesn't seem very practical I think) ? Something else?
Thanks in advance! π
4 Replies
conscious-sapphireOPβ’14mo ago
?
fascinating-indigoβ’14mo ago
What are you building?
rare-sapphireβ’14mo ago
How about using Hyperdrive, @tester123 ?
stormy-goldβ’14mo ago
can it be used without cloudflare workers in an external api like hono.js hosted on fly.io? or we need migrate api to workers?