Quantcast
Channel: Server Support Forum
Viewing all articles
Browse latest Browse all 7443

mysql server optimieren

$
0
0
Hallo,

ich habe zwei Blogs (wordpress), ein Blog hat viele tausende Artikel.
Wenn ich etwas Suche oder Beiträge lösche, dann dauert das schon ne gewisse Zeit (paar Sekunden).

Ich denke mit einer optimalen Mysql-Konfiguration sollte sich das ja beheben lassen.

Server hat genug Leistung (32GB Ram)

Meine my.cnf


key_buffer = 7750M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
max_heap_table_size = 512M
tmp_table_size = 512M
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
max_connections = 1500
#table_cache = 64555
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 4M
query_cache_size = 320M




Wordpress DB ist etwa 1.5GB groß.

Hoffe auf Hilfe. Danke im Voraus.

Viewing all articles
Browse latest Browse all 7443

Trending Articles