> Index the table to hell and back

Indexing too many fields, or the wrong combinations, can actualy hurt
performance.
It's best to put a few benchmarks in place, and add a few indices at a time.

> Never use SELECT *

Unless in your database 'select *' is quicker than 'select
field,wibble,rar'.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to