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
Mysql Column Storage engine - Multiple table JOIN query slow - Locate the cause
SELECTcontract.id,
SUM(item_quantity) AS total_nums,
SUM(detail_price) AS total_prices
FROM
contract
JOIN contract_detail ONcontract.id=contract_detail.contract_idJOIN day_dimension ONcontract_detail.sign_day=day_dimension.day_strGROUP BYcontract.id;
Expected behavior
No response
How To Reproduce
No response
Environment
No response
Are you interested in submitting a PR to solve the problem?
Yes, I will!
The text was updated successfully, but these errors were encountered:
Describe the problem
Mysql Column Storage engine - Multiple table JOIN query slow - Locate the cause
Expected behavior
No response
How To Reproduce
No response
Environment
No response
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: