User Tools

Site Tools


podoc:film_type_manufacturer_idx_sql_index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
podoc:film_type_manufacturer_idx_sql_index [2007/04/17 15:00] Luudpodoc:film_type_manufacturer_idx_sql_index [2007/04/23 14:54] (current) Luud
Line 12: Line 12:
  
 Speedup of table row lookups based on column 'manufacturer' in table 'film_type'. Speedup of table row lookups based on column 'manufacturer' in table 'film_type'.
 +
 === Schema === === Schema ===
  
-  create index film_type_manufacturer_idx on film_type(manufacturer);+<code sql> 
 +create index film_type_manufacturer_idx on film_type(manufacturer); 
 +</code>
  
 === Related tables (fields) === === Related tables (fields) ===
Line 34: Line 37:
 = Version 2.5 = = Version 2.5 =
  
-  create index film_type_manufacturer_idx on film_type(manufacturer);+<code sql> 
 +create index film_type_manufacturer_idx on film_type(manufacturer); 
 +</code>
  
podoc/film_type_manufacturer_idx_sql_index.1176822021.txt.gz · Last modified: 2007/04/17 15:00 by Luud