Query Cache mysql

Allgemein Fragen, deutsche News, Ankündigungen & Events zu Znuny
Locked
asxo
Znuny expert
Posts: 187
Joined: 28 Apr 2009, 11:35
Znuny Version: 2.3.4

Query Cache mysql

Post by asxo »

Moin Moin,

bei meinem OTRS Server ist der Query Cache ständig bei 100 % Auslastung.

Folgende einstellungen habe ich in der my.ini:

query_cache_limit = 8M
query_cache_size = 48M


Irgendjemand eine Idee was ich noch anpassen oder ggf. erhöhen kann?

Thks
OTRS 2.3.4 /OTRS 3.0.11
Updateerfahrung
Win 2003 / Win 2008 R2
asxo
Znuny expert
Posts: 187
Joined: 28 Apr 2009, 11:35
Znuny Version: 2.3.4

Re: Query Cache mysql

Post by asxo »

Kann ich folgendes einfach ausführen & bringt das besserung?

shell$ mysql -u user -p database
mysql$ optimize table ticket;
mysql$ optimize table ticket_history;
mysql$ optimize table article;
OTRS 2.3.4 /OTRS 3.0.11
Updateerfahrung
Win 2003 / Win 2008 R2
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Query Cache mysql

Post by Wolfgangf »

du könntest mal mysqltuner befragen was er sagt dazu ...
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Locked