Azure Tables or SQL Azure?

前端 未结 11 915
無奈伤痛
無奈伤痛 2021-02-05 05:29

I am at the planning stage of a web application that will be hosted in Azure with ASP.NET for the web site and Silverlight within the site for a rich user experience. Should I u

11条回答
  •  误落风尘
    2021-02-05 05:56

    I think that you have first to define what your application usage funnels are. Will your data model be subjected to frequent changes or it is a stable one? You have to be able to perform ultra fast inserts and reads are not so complicated? Do you need advance google like search? Storing BLOBS?

    Those are the questions (and not only) that you have to ask and answer yourself in order to decide if you are more likely going to use NoSql or SQL approach in storing your data.

    Please consider that both approaches can easily coexist and can be extended with BLOB storage as well.

提交回复
热议问题