Comment on Scale to others countries
lemmyvore@feddit.nl 1 year ago
Caching and/or DB hosted in a region closer to your users, or perhaps even in their browsers (if the data is not sensitive).
Is hitting a real RDBMS absolutely necessary? Consider producing precomputed data sets which can be cached as JSON or with other non-dynamic, storage-only methods. A distributed CDN can be much cheaper than a VPS.
Mateleo@lemmy.dbzer0.com 1 year ago
I’ll check it out, I’ll learn more about CouchDB. Thks ;)