asp.net - Using RavenDB as a persistent cache -


I currently have a web application that stores large amounts of memory (several hundred thousand entries) in memory for quick search Cache then, in the form of a continuous cache, SQL Server basically has geocode of this information address, where the geocode is retrieved through a remote web service, which requires time if it is not cached It is called continuously.

Would you like to use RavenDB (or other suggestions) to cache this information in a continuous store in terms of speed and memory? Currently this app is hosted on a server in which SQL Server drops most of the storage, so I want a more light weight solution.

RavenDB is overlapping for me as a document database if used only as a cache What about Price Store? What can you better match it after


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -