您好,我正在运行最新版本的 Percona Server。
服务器版本:5.5.24-55 Percona Server (GPL),26.0 版
我有一个10个cpu的盒子有这些特点。
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 9
model name : AMD Opteron(tm) Processor 6128
stepping : 1
microcode : 0x10000d9
cpu MHz : 800.000
cache size : 512 KB
Run Code Online (Sandbox Code Playgroud)
它具有 SSD 和 64GB 的 RAM。Innodb 大约为 10GB,因此 innodb_buffer_pool_size 设置为 10GB。
我有一张如下表:
create table TODAY
( symbol_id integer not null
, openp decimal(10,4)
, high decimal(10,4)
, low decimal(10,4)
, last decimal(10,4) not null
, volume …
Run Code Online (Sandbox Code Playgroud) 嗨,我的服务器突然变慢了,一直在 0.10 秒的查询现在需要 20 秒。有点随机,有时它会立即弹回。所以我遇到了一个非常突然和严重的性能问题。
我运行了 mysqltuner.pl,它报告了一件可能有问题的事情:
[!!] Table cache hit rate: 0% (400 open / 1M opened)
Run Code Online (Sandbox Code Playgroud)
我刚刚开始深入研究这个性能问题,但有谁知道这是否是一个很大的直接危险信号?
我可以做一些 DD 但现在很紧迫。非常感谢任何帮助。
大学教师