You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate options to improve this.
For example, we can utilize "JSON" type for and replace existing website/customer_group columns with new column "scopes" with the following structure: {"w": [...], "cg": [...]}, index for both fields should be created
The text was updated successfully, but these errors were encountered:
Current approach can lead to performance problems during PR creation with big amoun of price books
Method: \Magento\PricingStorefront\Model\PriceBookRepository::validatePriceBookUnique.
Investigate options to improve this.
For example, we can utilize "JSON" type for and replace existing website/customer_group columns with new column "scopes" with the following structure:
{"w": [...], "cg": [...]}
, index for both fields should be createdThe text was updated successfully, but these errors were encountered: