Skip to content

Commit

Permalink
new repo schema: added m_shadow_resourceRefTargetOid_idx
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Oct 13, 2021
1 parent 553579c commit 24dd22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sql/native-new/postgres-new.sql
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,10 @@ CREATE INDEX m_shadow_policySituation_idx ON m_shadow USING gin(policysituations
CREATE INDEX m_shadow_ext_idx ON m_shadow USING gin(ext);
CREATE INDEX m_shadow_attributes_idx ON m_shadow USING gin(attributes);
CREATE INDEX m_shadow_fullTextInfo_idx ON m_shadow USING gin (fullTextInfo gin_trgm_ops);
CREATE INDEX m_shadow_resourceRefTargetOid_idx ON m_shadow (resourceRefTargetOid);

/*
TODO: reconsider, especially boolean things like dead (perhaps WHERE in other indexes?)
CREATE INDEX iShadowResourceRef ON m_shadow (resourceRefTargetOid);
CREATE INDEX iShadowDead ON m_shadow (dead);
CREATE INDEX iShadowKind ON m_shadow (kind);
CREATE INDEX iShadowIntent ON m_shadow (intent);
Expand Down

0 comments on commit 24dd22c

Please sign in to comment.