User Tools

Site Tools


podoc:lens_type_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
Last revisionBoth sides next revision
podoc:lens_type_idx_sql_index [2007/04/17 14:29] Luudpodoc:lens_type_idx_sql_index [2007/04/17 14:52] Luud
Line 6: Line 6:
  
 === Description === === Description ===
 +
 +Index on column 'type' of table 'lens'.
  
 === Purpose === === Purpose ===
 +
 +Speedup of table row lookups based on column 'type' in table 'lens'.
  
 === Schema === === Schema ===
  
-  create index lens_type_idx  on lens(type);+<code> 
 +create index lens_type_idx  on lens(type); 
 +</code>
  
 === Related tables (fields) === === Related tables (fields) ===
Line 31: Line 37:
 = Version 2.5 = = Version 2.5 =
  
-  create index lens_type_idx  on lens(type);+<code> 
 +create index lens_type_idx  on lens(type); 
 +</code>
  
podoc/lens_type_idx_sql_index.txt · Last modified: 2007/04/23 14:56 by Luud