Think of a scenario where you have a setup with a few web servers or Azure app services in different regions across the globe. All these run the same website by being connected to the same database. That would give great local performance to the website for each market, since the webserver is in close physical proximity and the Umbraco is locally cached on the server.
Now the big bottleneck here is, that they all access the same database which lives in a single location, which would vastly slowdown the experience, each time a db query is required.
That very problem would be addressed with Azure Cosmos DB.
I'd love to see support for this, since we have client with that exact scenario explained above.
umbraco + cosmos db = any advantage?
Can anyone point out the advantages of using Umbraco + Cosmos DB?
Answer: Globally distributed mission-critical websites
Think of a scenario where you have a setup with a few web servers or Azure app services in different regions across the globe. All these run the same website by being connected to the same database. That would give great local performance to the website for each market, since the webserver is in close physical proximity and the Umbraco is locally cached on the server.
Now the big bottleneck here is, that they all access the same database which lives in a single location, which would vastly slowdown the experience, each time a db query is required.
That very problem would be addressed with Azure Cosmos DB.
I'd love to see support for this, since we have client with that exact scenario explained above.
is working on a reply...