简体   繁体   English

SQL Server 2014 Express 性能调整

[英]SQL Server 2014 Express performance tweaks

I have a few customers who are running a third party program and they often complain of slowness when the program searches and even freezes at points.我有一些运行第三方程序的客户,他们经常抱怨程序搜索速度慢,甚至在某些点冻结。 The computers are running i7 3.2ghz with 16 GB memory on a 1 terabyte hard drive.这些计算机在 1 TB 硬盘驱动器上运行具有 16 GB 内存的 i7 3.2ghz。 The performance of the actual computer is great.实际计算机的性能非常好。 I am in no way a SQL Admin, I can navigate through it and write basic queries like inner joins.我绝不是 SQL 管理员,我可以浏览它并编写基本查询,如内部联接。 Are there any settings in SQL Server Express that I can modify to help performance wise?我可以修改 SQL Server Express 中的任何设置以帮助提高性能?

Did you install the 64 bit version?你安装的是64位版本吗? You may want to verify, I would think the 64 bit system would be able to leverage more ram.您可能想验证一下,我认为 64 位系统将能够利用更多内存。

To check which version.检查哪个版本。 SELECT @@VERSION选择@@版本

https://www.microsoft.com/en-us/download/details.aspx?id=42299 https://www.microsoft.com/en-us/download/details.aspx?id=42299

Are you using indexes?你在使用索引吗? if you have large data and you are trying to search for something other than the primary key, then you need some kind of indexes.如果您有大量数据并且您正在尝试搜索主键以外的内容,那么您需要某种索引。 If you can share the query, I may help.如果您可以共享查询,我可以提供帮助。

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

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