Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted
Comments
Bala Selvanayagam 21-Aug-13 5:08am    
NoSQL - Some of them a faster on write operation and slower on read operation and vice versa. Also NoSQL is not very good when it comes to complex query (reporting)

1 solution

You are definitely better off using a Key/Value store for your asp.net sessions instead of SQL-Server.

There are a multitude of different KV stores out there both on-site and hosted.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900