mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged HEAD-BUG-FIX to HEAD (4.2.0) (MNT-9523)
54873: Merged V4.1-BUG-FIX (4.1.N) to HEAD-BUG-FIX (4.2.0): 54573: Merged PATCHES/V4.1.6 to V4.1-BUG-FIX (4.1.7) 54530: Merged PATCHES/V4.1.3 (4.1.3.11) to PATCHES/V4.1.6 (4.1.6) (MNT-9522) 53984: Merged DEV to PATCHES/V4.1.3 (4.1.3.10) 53849: MNT-9053 : Alfresco site listings cause high CPU usage on database server Created a patch to create new index in MySQL and drop the old one. 53955: MNT-9053 : Alfresco site listings cause high CPU usage on database server Added the patches for the rest of the supported DBs. 54105: MNT-9053 : Alfresco site listings cause high CPU usage on database server Corrected the create scripts and schema reference files. Note: Removed redundant generic script, incremented versions for patches, etc 54531: Removed accidental commit in rev 54530 (MNT-9522) Note: Incremented schema number and patch git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54877 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -247,7 +247,7 @@ CREATE TABLE alf_child_assoc
|
||||
assoc_index INTEGER,
|
||||
PRIMARY KEY (id),
|
||||
UNIQUE KEY parent_node_id (parent_node_id, type_qname_id, child_node_name_crc, child_node_name),
|
||||
KEY fk_alf_cass_pnode (parent_node_id),
|
||||
KEY idx_alf_cass_pnode (parent_node_id, assoc_index, id),
|
||||
KEY fk_alf_cass_cnode (child_node_id),
|
||||
KEY fk_alf_cass_tqn (type_qname_id),
|
||||
KEY fk_alf_cass_qnns (qname_ns_id),
|
||||
|
@@ -966,9 +966,11 @@
|
||||
<columnname>child_node_name</columnname>
|
||||
</columnnames>
|
||||
</index>
|
||||
<index name="fk_alf_cass_pnode" unique="false">
|
||||
<index name="idx_alf_cass_pnode" unique="false">
|
||||
<columnnames>
|
||||
<columnname>parent_node_id</columnname>
|
||||
<columnname>assoc_index</columnname>
|
||||
<columnname>id</columnname>
|
||||
</columnnames>
|
||||
</index>
|
||||
<index name="fk_alf_cass_cnode" unique="false">
|
||||
|
Reference in New Issue
Block a user