Ja, als CMS wird Wordpress benutzt, Indexe für die Tabelle "wp_posts" wurden schon gesetzt:
mysql> SHOW INDEX FROM `wp_posts`;
Wegen dem RAM, der ist extra so eingestellt, da der Verbrauch immer zwischen 6500MB und Maximal 8500MB liegt.
Die Gesammtbelastung vom System ist nur durch Mysql (CPU Usage) so belastet, RAM Gesammtverbrauch ist bei Maximal 10GB.
Das wundert mich auch sehr, da die Ram Nutzung so gering ist, dafür aber die CPU Usage so ausschlägt.
lg
mysql> SHOW INDEX FROM `wp_posts`;
Code:
+----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
+----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| wp_posts | 0 | PRIMARY | 1 | ID | A | 406582 | NULL | NULL | | BTREE | | |
| wp_posts | 1 | type_status_date | 1 | post_type | A | 11 | NULL | NULL | | BTREE | | |
| wp_posts | 1 | type_status_date | 2 | post_status | A | 11 | NULL | NULL | | BTREE | | |
| wp_posts | 1 | type_status_date | 3 | post_date | A | 406582 | NULL | NULL | | BTREE | | |
| wp_posts | 1 | type_status_date | 4 | ID | A | 406582 | NULL | NULL | | BTREE | | |
| wp_posts | 1 | post_parent | 1 | post_parent | A | 406582 | NULL | NULL | | BTREE | | |
| wp_posts | 1 | post_author | 1 | post_author | A | 10 | NULL | NULL | | BTREE | | |
| wp_posts | 1 | post_name | 1 | post_name | A | 406582 | 191 | NULL | | BTREE | | |
+----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
8 rows in set (0.00 sec)
Wegen dem RAM, der ist extra so eingestellt, da der Verbrauch immer zwischen 6500MB und Maximal 8500MB liegt.
Die Gesammtbelastung vom System ist nur durch Mysql (CPU Usage) so belastet, RAM Gesammtverbrauch ist bei Maximal 10GB.
Das wundert mich auch sehr, da die Ram Nutzung so gering ist, dafür aber die CPU Usage so ausschlägt.
lg