本文介绍了ASP.Net会话存储 - NoSQL或AppFabric的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们目前使用SQL进行ASP.Net会话的进程外存储。我们希望转向AppFabric。我还在阅读有关NoSql(Redis / CloudBase)的文章。从我研究的内容来看,虽然NoSQL与SQL的内存管理不匹配,但它们都是SQL的良好替代品。我正在寻找是否有人考虑过这两种方法,以及他们选择哪种方案以及他们选择的考虑因素(利弊,成本,性能等)。

谢谢

We currently use SQL for out-of-proc storage of ASP.Net sessions. We are looking to move to AppFabric. I was also reading about NoSql (Redis/CloudBase). From what I researched, both are good alternatives to SQL though NoSQL does not match up to the memory management of SQL. I am looking if anyone considered these 2 approaches and which option they chose and the considerations (pros/cons, cost, performance, etc) for their choice.
Thanks

推荐答案


这篇关于ASP.Net会话存储 - NoSQL或AppFabric的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 07:42