本文介绍了同时有100万用户提供100万条记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我打算用.net构建一个应用程序。
在这个应用程序中我使用的是SQL SERVER。当有100万用户同时进行 100次插入操作时,应用程序应该快速响应。
有什么方法可以做到这一点在SQL SERVER中操作更快?
请建议任何好的架构。
谢谢
Hi All,
I am going to build one application using .net.
In this application I am using SQL SERVER. Application should give quick response when there are 1 million insert operations from 1 million users at same time.
Is there any way to make this operation faster in SQL SERVER?
Please suggest any good architecture.
Thanks
推荐答案
这篇关于同时有100万用户提供100万条记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!