public marks

PUBLIC MARKS from damdec with tag optimisation

September 2008

Code Refactoring Guidelines « PHP::Impact ( [str Blog] )

by 1 other
In software engineering, “refactoring” source code means modifying it without changing its behaviour, and is sometimes informally referred to as “cleaning it up”. Refactoring neither fixes bugs nor adds new functionality, though it might precede either activity. Rather it improves the understandability of the code and changes its internal structure and design, and removes dead code, to make it easier to comprehend, more maintainable and amenable to change. Refactoring is usually motivated by the difficulty of adding new functionality to a program or fixing a bug in it.

July 2008

Nexen.net : portail PHP et MySQL - Trouver les index MySQL inutiles

La requête utilise la base information_schema (MySQL 5.0 et supérieur), pour repérer les index dont la cardinalité est inférieure à 30% : c'est le niveau à partir duquel MySQL va décider que l'index est utile, et en dessous de ce niveau, MySQL décidera d'ignorer l'index et de tout analyser. Cela revient à décider de tout ranger quand le désordre est tellement grand que corriger les erreurs sera beaucoup plus long encore.

June 2008

April 2008

damdec's TAGS related to tag optimisation

bench +   benchmark +   google +   index +   mysql +   outils +   performance +   php +   refactoring +   web +