Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • david 36 posts 180 karma points
    May 31, 2017 @ 12:29
    david
    1

    umbraco + cosmos db = any advantage?

    Can anyone point out the advantages of using Umbraco + Cosmos DB?

  • Sam 11 posts 97 karma points c-trib
    Sep 01, 2017 @ 01:13
    Sam
    1

    Answer: Globally distributed mission-critical websites

    Globally distributed mission-critical applications

    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.

Please Sign in or register to post replies

Write your reply to:

Draft