简体   繁体   English

SQL Server Web与标准版

[英]SQL Server Web vs Standard edition

I have found out that there's two versions of SQL Server types that are very different in terms of pricing... 我发现有两个版本的SQL Server类型在定价方面有很大差异......

The Web version from my host provider costs about 13$ per 2 core packs, whereas the Standard edition is right around 200$. 来自我的主机提供商的Web版本每2个核心包大约需要13美元,而标准版大约需要200美元。

From my standpoint, we expect our database to be around 150-200GB in size, only few tables would take up most of that space. 从我的角度来看,我们希望我们的数据库大小约为150-200GB,只有少数几个表将占用大部分空间。

So my only concern is would the web version of SQL Server support this large database and not cause any performance issues to the end users? 所以我唯一担心的是,SQL Server的Web版本是否支持这个大型数据库并且不会给最终用户带来任何性能问题?

How different is index rebuilding on Web and Standard version? Web和Standard版本的索引重建有何不同?

Can someone help me out with this? 有人可以帮我解决这个问题吗?

The differences between web and standard version of SQL Server 2016 are listed here : https://docs.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2016 此处列出了Web Server 2016的Web和标准版本之间的差异: https//docs.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2016

Main differences between web and standard are the max memory and max number of cores. Web和标准之间的主要区别是最大内存和最大内核数。 Both web and standard version don't have the possibility of online indexing, this is only possible in the enterprise edition. Web和标准版都没有在线索引的可能性,这只能在企业版中实现。

For a database size having a size of around 200GB, the web edition looks to be ok. 对于大小约为200GB的数据库大小,Web版本看起来没问题。 But this depends also on the workload of the database, are just some users querying this database or is this database used by thousand of users. 但这也取决于数据库的工作量,只是一些用户查询这个数据库,或者这个数据库是由数千名用户使用的。

Have a look at comparison list here- https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2008-r2/cc645993(v=sql.105) You will get all SQL versions comparison side by side details here. 在这里查看比较列表 - https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2008-r2/cc645993(v=sql.105)您将获得所有SQL版本这里比较并排细节。 Look for Web in comparison table 在比较表中查找Web

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM