简体   繁体   English

Msql未针对64位编译

[英]Msql not compiled for 64 bit

Is it affects the mysql is not compiled for 64 bit make the server process high cpu load and late response for the user access your website? 是否会影响到未编译为64位的mysql,从而使服务器进程的cpu负载过高以及用户访问您的网站的响应较晚?

Our server host 7 website and 2 of this is with large database and the other open and read thousands of textfile lines. 我们的服务器托管7个网站,其中2个具有大型数据库,另一个则打开并读取数千个文本文件行。

What is the best solution for this? 最好的解决方案是什么?

Q: Is it affects the mysql is not compiled for 64 bit make the server process high cpu load and late response for the user access your website? 问:是否会影响到未编译为64位的mysql,从而使服务器进程的cpu负载过高以及用户访问您的网站的响应较晚?

A: No. 答:不可以。

Q: What is the best solution for this? 问:什么是最好的解决方案?

A: Capacity planning. 答:产能计划。 Figure out what is causing the slowness, identify the system bottlenecks, which resources are constrained, (network, i/o, cpu, memory, etc.)... if database queries taking a significant portion of the response time, identify the problematic SQL and take steps to improve performance. 找出导致速度慢的原因,确定系统瓶颈,哪些资源受到限制(网络,I / O,CPU,内存等)...如果数据库查询占用了响应时间的大部分,则找出问题所在SQL并采取措施提高性能。

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

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