Azure Cache for large data set

364 views Asked by At

How to cache large data set (from azure database) in azure cloud service ?.Can i use table storage as cache?

Data insertion and updation is at high frequency. I need to generate multiple graph on same page in real time what will be the best approach to do this.

Thanks

2

There are 2 answers

1
Simcha Khabinsky On

Azure offers its own cache service. You can learn more about it here:

http://msdn.microsoft.com/en-us/library/dn386094.aspx

Azure Managed Cache Service provides a way for you to perform caching that helps you build fast, scalable applications in Microsoft Azure through a secure, dedicated cache. A secure, dedicated cache is created for you in the region of your choice and you have total control over the cache, guaranteeing isolation of your business critical data.

0
Sameer Shah On

There are multiple solutions available for caching in azure. Some provided by Azure itself are azure in-role caching and azure Redis cache. However each caching solution provided by azure comes with some limitations.

NCache, a mature caching solutions in .Net caching is also available for Azure. NCache is a high performance, distributed caching solutions with a rich set of features. It also supports Object Query Language, an SQL like language to perform selection and aggregate functions on in-memory data. You can start from here: http://www.alachisoft.com/ncache/azure-index.html