拥有超过 200 万用户的 ASP.NET 会员 - 有问题吗?
ASP.NET Membership 能否处理超过 200 万用户的场景? 有人在(非常)大规模使用该提供商方面有过好的或坏的经历吗?
Will ASP.NET Membership handle a scenario with more than 2 million users? Does anybody have good or bad experiences with (very) large scale use of this provider?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Omar Al Zabir 还发布了 10 个 ASP.NET 性能和可扩展性秘密,其中一项是如何查询 ASP.NET 2.0 会员表,无需关闭网站。 基本上,它与以确保使用正确索引的方式查询数据库有关。 此列表中还有另一个关于配置文件的提示。 我不确定这些技巧是否与 Matt 推荐的文章中的相同。
我相当确定 Omar 的 http://www.pageflakes.com/ 站点使用 SQLMembership ASP.NET会员提供商和他可能是一个很好的交谈对象,可以对这种情况是否可行做出判断。 鉴于他在社区所做的努力,我相信您可以通过网站的联系页面找到他。 让他把答案贴在这里!
Omar Al Zabir also posted 10 ASP.NET Performance and Scalability Secrets with one of the items being How to query ASP.NET 2.0 Membership tables without bringing down the site. Basically it's to do with querying the database in a way that makes sure the correct indexes are being used. There is also another tip about Profiles in this list. I'm not sure if these tips are the same as the ones in the article recommended by Matt.
I'm fairly sure Omar's http://www.pageflakes.com/ site uses the SQLMembership ASP.NET Membership provider and he would probably be a great person to speak to to make a judgment call on whether this scenario is feasible. Given his community efforts I'm sure you could track him down via the sites Contact page. Get him to post the answers here!
Omar al Zabir 有一些建议: http://weblogs.asp.net/omarzabir/archive/2009/03/14/optimize-asp-net-membership-stored-procedures-for-greater-speed -and-scalability.aspx
Omar al Zabir has some recommendations: http://weblogs.asp.net/omarzabir/archive/2009/03/14/optimize-asp-net-membership-stored-procedures-for-greater-speed-and-scalability.aspx