Using RavenDB as a persistent cache

早过忘川 提交于 2019-12-06 05:38:49

RavenDB as a document database seems overkill to me if only used as a cache. What about redis as a value store? It could better match what you are after

RavenDb should be faster for reading than SQL. Not that writing is slow, but it's optimized for read operations as far as I know. So you should try it, it should be better performance-wise. I'm not sure about memory though.

If you want more info, you can always try the RavenDb Google Group. Ayende follows it, so he might answer himself.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!