awips2/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/scripts/RegistryIndices.sql

3 lines
312 B
MySQL
Raw Normal View History

CREATE INDEX "internationalstring_localizedString_idx" ON ebxml.internationalstring_localizedstring USING btree (internationalstring_key);
CREATE INDEX registryobject_slot_idx ON ebxml.registryobject_slot USING btree (registryobject_id);
CREATE INDEX value_value_idx ON ebxml.value_value USING btree (value_key);