We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
如果您使用的是 SQL Server,您将受益于数据库引擎优化顾问。直接引用自 TechNet,以下是这些功能:
If you are using SQL Server, you will benefit from the Database Engine Tuning Advisor. Quoted directly from TechNet, here are the capabilities:
我不确定你正在使用什么数据库,但是当然,在 MySQL 中良好的第一步通常是使用 EXPLAIN 命令:
http://dev.mysql.com/doc/refman/5.0 /en/using-explain.html
有一系列第三方应用程序可以帮助使用 MySQL 进行数据库调整。例如 MONyog。
I am not sure what database you are using, but of course a good first start in MySQL is often to use the EXPLAIN command:
http://dev.mysql.com/doc/refman/5.0/en/using-explain.html
There are a collection of third party applications that assist with database tuning with MySQL. such as MONyog.