English 中文(简体)
页: 1 MySQL
原标题:Azure Wordpress MySQL performance

I have 3 mariadb galera db s, 2 nginx/php machines at these sizes DBs - E8ds_v5, nginx/php-fpm - D4ds_V5 I am getting really bad performance from mariadb. These machines are in the same vnet, but different subnets for db and web. The two nginx/php-fpm servers share web files through and azure files premium nfs share which seems to be working OK.

我试图将银行的储存升级到P40,但业绩没有变化。 目前,对E20ds_v5进行测试(仅测试一个服务器),储存在SSDv2 (30 000 IOPS, 500 MB/s)上

I am running wordpress benchmarks and timing db queries to a barebones wordpress install with absolutely no change in score no matter what is done. The barebones wordpress install is pointed directly to the upgraded machine at the moment. My next step is to try and use MySQL Flex, but it would be great if I could get this self hosted mariadb working.. no matter what amount of tuning is done, things seem to remain the same, slow.

I think the biggest problem is that I get terrible performance if MySQL is not running locally to where PHP is being processed.

Galera DB INFO requested

这里是的基准分。 带有不同构造的口头标本:

Benchmark of nginx/php-fpm/mariadb on the same VM (Standard_D1_v2) - NODATA

Benchmark of nginx/php-fpm/mariadb on the same VM (Standard_D1_v2) - WITH DATA

https://imgur.com/M3PZ6Rt”rel=“nofollow noreferer”> 在使用2台NGIssel/PHP-FPM服务器时,有1台单独的MySQL 8 FLEX DB(别名次网) Business Critical, E16ds_v5, 16 vCores, 128 GiB RAM, 256 GiBstor DATA

When using 2 NGINX/PHP-FPM servers with 1 separate MySQL 8 FLEX DB (different subnet) Business Critical, E16ds_v5, 16 vCores, 128 GiB RAM, 256 GiB storage DATA

https://imgur.com/O2dHzNS”rel=“nofollow noreferer”> 在使用上述2台NGIssel/PHP-FPM服务器和3台dbs(加拉,不同网络的子网)时,DATA

When using 2 NGINX/PHP-FPM servers with 1 maria db (same subnet) mentioned above NO DATA

最佳回答

问题被证明是缓慢的Landres NFS系统。 尽管这是NFS 4.1文档库,但太慢。

我们建造了自己的HANFS服务器,并且该机在加莱拉银行方面遇到问题。

问题回答

Per Second = RPS

四. 关于考虑为“服务器”门户网站、环境、参数提出的建议

innodb_buffer_pool_size=24G  # from 48G until more than 10G is used
thread_pool_size=6  # from 16 you only have 8 cpu s 
read_rnd_buffer_size=16384  # from 4M to reduce innodb_data_read RPS of 114,229 
read_buffer_size=524288  # from 3M to reduce innodb_data_read RPS of 114,229 
innodb_lru_scan_depth=100  # from 1024 to reduce 90% CPU cycles used for function.

有更多的机会改善业绩。 请见我的简介。

Observation, innodb_secondary_index_triggered_cluster_reads had 1,878,540 reported in 16 hours. This is usually caused by table(s) with NO Primary Key. For a query to find the tables of this nature, please provide an email address.





相关问题
Wrap stray text in <p> tags

Wordpress issue.. how do I wrap stray text in P tags? Example: Before- <div class = "content"> <img src = "hello.jpg"/> <h1>Introduction</h1> Hello! this is ...

Using jQuery Plugins with Wordpress

Having a bit of trouble using jQuery plugins (Superfish, jQuery UI, etc) using Wordpress. Everything works fine in my plain non-Wordpress site, but Wordpress seems to conflict with JQuery. There must ...

WordPress Data Storage Efficiency

I ve been asked to review a WordPress plugin of sorts and try to find ways of making it faster. The premise of this plugin is basically to store a bunch of users and shifts and appointments and ...

Why can t I properly style a blockquote in Wordpress?

On the design I just created for my website, I have a blockquote styled with two quote images using the span technique in css: blockquote { background-image: url(images/openquote.jpg); background-...

How does the WordPress <!--nextpage--> tag actually work?

What happens? I m guessing that somehow the post or page is parsed before displaying, and then just split into two methods? I can t seem to find any documentation on how the underlying <?php ...

Wordpress Plug-ins: How-to add custom URL Handles

I m trying to write a Wordpress Plug-in but can t seem to figure out how you would modify how a URL gets handled, so for example: any requests made for: <url>/?myplugin=<pageID> will ...

热门标签