Revision 958591cf
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
sql/Pg-upgrade2/custom_variables_indices.sql | ||
---|---|---|
1 |
-- @tag: custom_variables_indices |
|
2 |
-- @description: Indices für benutzerdefinierte Variablen |
|
3 |
-- @depends: release_2_6_2 |
|
4 |
-- @charset: utf-8 |
|
5 |
|
|
6 |
CREATE INDEX custom_variables_sub_module_idx ON custom_variables (sub_module); |
|
7 |
CREATE INDEX custom_variables_config_id_idx ON custom_variables (config_id); |
|
8 |
|
Auch abrufbar als: Unified diff
Zwei Indices in cvar Tabellen um komplexe Suchen zu beschleunigen.