möglichkeiten MySQL Abfragen zu optiomieren

Kommentieren Jan 23 2009 .txt, .json, .md

Wer schon immer wissen wollte wie man MySQL Abfragen besser machen kann und somit auch Performance verbessert dem sei hiermit geholfen:

Optimization is a complex task because ultimately it requires understanding of the entire system to be optimized. Although it may be possible to perform some local optimizations with little knowledge of your system or application, the more optimal you want your system to become, the more you must know about it.

10 great articles for optimizing MySQL queries ( PHP::Impact ( [str Blog] ) )

Banana out