User Tools

Site Tools


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