Skip to content

Commit 3811aea

Browse files
committed
MC-21808: MySQL performance query optimization
1 parent 8bfd525 commit 3811aea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Search/etc/db_schema_whitelist.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"SEARCH_QUERY_QUERY_TEXT_STORE_ID_POPULARITY": true,
1818
"SEARCH_QUERY_STORE_ID": true,
1919
"SEARCH_QUERY_IS_PROCESSED": true,
20-
"SEARCH_QUERY_SYNONYM_FOR": true
20+
"SEARCH_QUERY_SYNONYM_FOR": true,
21+
"SEARCH_QUERY_STORE_ID_POPULARITY": true
2122
},
2223
"constraint": {
2324
"PRIMARY": true,
@@ -43,4 +44,4 @@
4344
"SEARCH_SYNONYMS_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true
4445
}
4546
}
46-
}
47+
}

0 commit comments

Comments
 (0)