Feeds
14827 items (1495 unread) in 26 feeds
«
Expand/Collapse
Ask Tom MOST RECENT ARTICLES
-
-
Fetched: October 8th, 2008, 3:40am PDT
When I design tables, I've always added indexes to the columns that were used in WHERE clauses in queries. If the columns were used in multiple WHERE-clause combinations, I index each one of the columns that are being used. I found an application w...