[OGDev] mysql tuning

Bob Walker bob at randomness.org.uk
Tue May 15 18:20:16 BST 2007


wiki::toolkit isnt creating an index which really helps perfomance for 
mysql
http://www.wiki-toolkit.org/cgi-bin/trac.fcgi/ticket/25

postgres has this index on already.

if your using mysql you really should run
CREATE UNIQUE INDEX node_name ON node (name);
on your openguides database.


-- 
Bob Walker
http://london.randomness.org.uk/
For great beery Justice!



More information about the OpenGuides-Dev mailing list