/[drupal]/contributions/modules/aggregator2/aggregator2_autotaxonomy.mysql
ViewVC logotype

Contents of /contributions/modules/aggregator2/aggregator2_autotaxonomy.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Dec 9 18:04:19 2005 UTC (3 years, 11 months ago) by ahwayakchih
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
aggregator2_autotaxonomy:
  New mysql file which adds index on table term_data on column name.
  This should speedup searches by category name.
1 ALTER TABLE `term_data` ADD INDEX ( `name` );
2 ANALYZE TABLE `term_data`;

  ViewVC Help
Powered by ViewVC 1.1.2