[Rt-commit] rt branch, 4.4/shredder-indexes, created. rt-4.4.1-431-g0fafe86

Shawn Moore shawn at bestpractical.com
Wed Jun 21 15:47:02 EDT 2017


The branch, 4.4/shredder-indexes has been created
        at  0fafe86e0de607b3b79bb0b5194d6cffe359af49 (commit)

- Log -----------------------------------------------------------------
commit 0fafe86e0de607b3b79bb0b5194d6cffe359af49
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Jun 21 19:46:39 2017 +0000

    More beneficial shredder indexes
    
    Fixes: T#187069

diff --git a/lib/RT/Shredder.pm b/lib/RT/Shredder.pm
index 108164d..e9d2106 100644
--- a/lib/RT/Shredder.pm
+++ b/lib/RT/Shredder.pm
@@ -182,6 +182,12 @@ shredding on most databases.
 
     CREATE INDEX SHREDDER_ATTACHMENTS1 ON Attachments(Creator);
 
+    CREATE INDEX SHREDDER_LINKS1 ON Links(Target);
+
+    CREATE INDEX SHREDDER_ACL1 ON ACL(ObjectType, ObjectId);
+
+    CREATE INDEX SHREDDER_OCFV1 ON ObjectCustomFieldValues(ObjectType,ObjectId);
+
 =head1 INFORMATION FOR DEVELOPERS
 
 =head2 General API

-----------------------------------------------------------------------


More information about the rt-commit mailing list