User Tools

Site Tools


podoc:album_event_idx_sql_index
no way to compare when less than two revisions

Differences

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


podoc:album_event_idx_sql_index [2007/10/19 19:23] (current) – created Luud
Line 1: Line 1:
 +===== Database Index Description of "album_event_idx" =====
 +
 +=== Name ===
 +
 +album_event_idx
 +
 +=== Description ===
 +
 +Index on column 'event' of table 'album'.
 +
 +=== Purpose ===
 +
 +Speedup of table row lookups based on column 'event' in table 'album'.
 +
 +=== Schema ===
 +
 +<code sql>
 +create index album_event_idx on album(event);
 +</code>
 +
 +=== Related tables (fields) ===
 +
 +  * [[album sql table|album(event)]]
 +
 +=== History ===
 +
 +== Used first ==
 +
 +Version 2.34
 +
 +== Used last ==
 +
 +Still in use
 +
 +== Change history ==
 +
 += Version 2.34 =
 +
 +<code sql>
 +create index album_event_idx on album(event);
 +</code>
  
podoc/album_event_idx_sql_index.txt · Last modified: 2007/10/19 19:23 by Luud