Hide Forgot
Affects: Release Notes Help Desk Ticket Reference: https://na7.salesforce.com/500A0000007reJZ project_key: JBEPP The following improvements regarding the indexes of the IDM and JCR tables have been identified: -- IDM database -- Modified Drop Index UQ_bid_io_1 on jbid_io go Create Unique Nonclustered index UQ_bid_io_1 on jbid_io (IDENTITY_TYPE asc, NAME asc, REALM asc) -- JCR database -- New Create clustered index IX_jbid_io_attr_text_values_AttrID on jbid_io_attr_text_values(TEXT_ATTR_VALUE_ID asc) -- New CREATE NONCLUSTERED INDEX JCR_IDX_SITEM_PARENT ON JCR_SITEM (PARENT_ID asc, ID asc) The impact of these index modifications should be evaluated during EPP 5.2 performance testing.
Release Notes Docs Status: Added: Needs More Info
Release Notes Text: Added: CAUSE: CONSEQUENCE: FIX: RESULT:
Release Notes Docs Status: Removed: Needs More Info Added: Not Yet Documented
Affects: Added: Release Notes
Release Notes Docs Status: Removed: Not Yet Documented Added: Not Required
Hi Martin, can you provide more details about environment (specific DB) and more details how to verify indexes? I can do some verification of common scenarios with indexes change. Thanks