Skip to content

Commit b5166d0

Browse files
committed
ACP2E-2101: Admin dashboard slowness
1 parent 4eb7aae commit b5166d0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

app/code/Magento/Search/etc/db_schema.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
<column name="store_id"/>
4141
<column name="popularity"/>
4242
</index>
43-
<index referenceId="SEARCH_QUERY_STORE_ID" indexType="btree">
44-
<column name="store_id"/>
45-
</index>
4643
<index referenceId="SEARCH_QUERY_IS_PROCESSED" indexType="btree">
4744
<column name="is_processed"/>
4845
</index>
@@ -51,13 +48,13 @@
5148
<column name="num_results"/>
5249
<column name="popularity"/>
5350
</index>
54-
<index referenceId="SEARCH_QUERY_STORE_ID" indexType="btree" disabled="true">
55-
<column name="store_id"/>
56-
</index>
5751
<index referenceId="SEARCH_QUERY_STORE_ID_POPULARITY" indexType="btree" disabled="true">
5852
<column name="store_id"/>
5953
<column name="popularity"/>
6054
</index>
55+
<index referenceId="SEARCH_QUERY_STORE_ID" indexType="btree" disabled="true">
56+
<column name="store_id"/>
57+
</index>
6158
</table>
6259
<table name="search_synonyms" resource="default" engine="innodb" comment="table storing various synonyms groups">
6360
<column xsi:type="bigint" name="group_id" unsigned="true" nullable="false" identity="true"

0 commit comments

Comments
 (0)