User Tools

Site Tools


podoc:calendar_client_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:calendar_client_idx_sql_index [2007/10/19 19:26] (current) – created Luud
Line 1: Line 1:
 +===== Database Index Description of "calendar_client_idx" =====
 +
 +=== Name ===
 +
 +calendar_client_idx
 +
 +=== Description ===
 +
 +Index on column 'client' of table 'calendar'.
 +
 +=== Purpose ===
 +
 +Speedup of table row lookups based on column 'client' in table 'calendar'.
 +
 +=== Schema ===
 +
 +<code sql>
 +create index calendar_client_idx on calendar(client);
 +</code>
 +
 +=== Related tables (fields) ===
 +
 +  * [[calendar sql table|calendar(client)]]
 +
 +=== History ===
 +
 +== Used first ==
 +
 +Version 2.34
 +
 +== Used last ==
 +
 +Still in use
 +
 +== Change history ==
 +
 += Version 2.34 =
 +
 +<code sql>
 +create index calendar_client_idx on calendar(client);
 +</code>
  
podoc/calendar_client_idx_sql_index.txt · Last modified: 2007/10/19 19:26 by Luud