ASP.NET - 在App_Data文件夹中的SQL Server数据库的性能影响 [英] ASP.NET - Performance Implications of a sql server database in the app_data folder

查看:107
本文介绍了ASP.NET - 在App_Data文件夹中的SQL Server数据库的性能影响的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

默认的 asp.net 会员提供程序使用在密度纤维板 sql server数据库文件中的 APP_ $ C $ ç数据库。结果
在调用一个平面文件数据库,而不是在一个标准的SQL环境中运行它的条款如何可扩展性是什么?结果
这是只建议小/中流量的网站?

The default asp.net membership provider uses a .mdf sql server database file in the app_code database.
How scalable is this in terms of calling a flat file database instead of running it in a standard sql environment?
Is this recommended only for small/medium traffic sites?

推荐答案

这是一个合理的权衡对于可以在一台服务器上运行的任何部位。这对小还算合理中等流量的网站。

It's a reasonable trade off for any site that can run on one server. It's fairly reasonable for small to medium traffic sites.

当你成长为一个Web农场的一个点,那么你会用一个单独的服务器更好。另外,根据数据库相关的应用程序如何,你可能会发现更好的性能越区切换出的SQL查询到一个完全不同的服务器/处理器来处理数据库的一面。

When you grow to a point of a web farm, then you'll be better off with a separate server. Also, depending on how database dependent your application is, you may find better performance handing off SQL queries to a totally different server/processor to handle the database side.

这篇关于ASP.NET - 在App_Data文件夹中的SQL Server数据库的性能影响的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆