Cache Expiration in ASP.NET
-
I want to cache sql view having more than 1 lakh records with more than 600 columns. At present i am caching the entire records in a single cache but it occupies nearly 0.5GB memory of my RAM. But the problem am facing is that i could not maintain the cache in the server for a period where i have set a absolute expiration of 10 hours, But the cache doesn't maintaini in the server for the mentioned expiration time. I have seen one article which says the size limitation of a cache must be between 2-3GB. Please suggest me * What are the limitations in caching where in a huge data handling project? *How can i play around with Caches in terms of dependencies both hardware and software? *What are the measurement criteria that needs to be taken care in Cache sizes and expiration policies? *On a given day we update the cache atleast thrice. so i need to recache it for certain interval of time. what are the advisables i need to take care of? Thanks in advance :)
-
I want to cache sql view having more than 1 lakh records with more than 600 columns. At present i am caching the entire records in a single cache but it occupies nearly 0.5GB memory of my RAM. But the problem am facing is that i could not maintain the cache in the server for a period where i have set a absolute expiration of 10 hours, But the cache doesn't maintaini in the server for the mentioned expiration time. I have seen one article which says the size limitation of a cache must be between 2-3GB. Please suggest me * What are the limitations in caching where in a huge data handling project? *How can i play around with Caches in terms of dependencies both hardware and software? *What are the measurement criteria that needs to be taken care in Cache sizes and expiration policies? *On a given day we update the cache atleast thrice. so i need to recache it for certain interval of time. what are the advisables i need to take care of? Thanks in advance :)
-
I want to cache sql view having more than 1 lakh records with more than 600 columns. At present i am caching the entire records in a single cache but it occupies nearly 0.5GB memory of my RAM. But the problem am facing is that i could not maintain the cache in the server for a period where i have set a absolute expiration of 10 hours, But the cache doesn't maintaini in the server for the mentioned expiration time. I have seen one article which says the size limitation of a cache must be between 2-3GB. Please suggest me * What are the limitations in caching where in a huge data handling project? *How can i play around with Caches in terms of dependencies both hardware and software? *What are the measurement criteria that needs to be taken care in Cache sizes and expiration policies? *On a given day we update the cache atleast thrice. so i need to recache it for certain interval of time. what are the advisables i need to take care of? Thanks in advance :)
-
Please sign up with another user so yo can ask the same question again and again
Alexei Rodriguez
...or may be they are two different team member on a same project :)
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
...or may be they are two different team member on a same project :)
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
But if so, then how come those two wrote exactly the same question ?? :-\
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
But if so, then how come those two wrote exactly the same question ?? :-\
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using JavascriptAbhishek Sur wrote:
But if so, then how come those two wrote exactly the same question ??
They Discussed in team meeting. Drafted the question together and posted separately. ;P
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Abhishek Sur wrote:
But if so, then how come those two wrote exactly the same question ??
They Discussed in team meeting. Drafted the question together and posted separately. ;P
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
:laugh: :laugh: :thumbsup: Good Answer...
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Thank you for reply ya i tried with that option only still exists same probelm