User Tools

Site Tools


podoc:scanner_type_manufacturer_idx_sql_index

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
podoc:scanner_type_manufacturer_idx_sql_index [2007/04/12 14:22] – created Luudpodoc:scanner_type_manufacturer_idx_sql_index [2007/04/17 15:21] Luud
Line 6: Line 6:
  
 === Description === === Description ===
 +
 +Index on column 'manufacturer' of table 'scanner_type'.
  
 === Purpose === === Purpose ===
 +
 +Speedup of table row lookups based on column 'manufacturer' in table 'scanner_type'.
  
 === Schema === === Schema ===
  
-  create index scanner_type_manufacturer_idx on scanner_type(manufacturer);+<code> 
 +create index scanner_type_manufacturer_idx on scanner_type(manufacturer); 
 +</code>
  
 === Related tables (fields) === === Related tables (fields) ===
  
   * [[scanner_type sql table|scanner_type(manufacturer)]]   * [[scanner_type sql table|scanner_type(manufacturer)]]
- 
-=== Related indexes === 
- 
-=== Related functions === 
- 
-=== Related views === 
  
 === History === === History ===
Line 37: Line 37:
 = Version 2.5 = = Version 2.5 =
  
-  create index scanner_type_manufacturer_idx on scanner_type(manufacturer);+<code> 
 +create index scanner_type_manufacturer_idx on scanner_type(manufacturer); 
 +</code>
  
podoc/scanner_type_manufacturer_idx_sql_index.txt · Last modified: 2007/04/23 15:00 by Luud