MySQL Forums
Forum List  »  Performance

Re: Very slow query when too many joins
Posted by: As Os
Date: June 05, 2016 10:48AM

It 's user created fields.
Table 'field' holds the id, the name of the field and it's options.
Table 'fields_values' holds the the values of the fields.

They're joined with: id->field_id

Table 'ads' holds it's id and the fields' ids.
If one row of 'ads' has 27 fields it has to make 27 JOINS to take the values from 'fields_values' table.

Options: ReplyQuote


Subject
Views
Written By
Posted
4323
June 05, 2016 09:17AM
1615
June 05, 2016 09:27AM
Re: Very slow query when too many joins
1238
June 05, 2016 10:48AM
1237
June 05, 2016 03:33PM
1120
June 06, 2016 02:23AM
1084
June 06, 2016 03:33AM
1089
June 06, 2016 09:02AM
1041
June 06, 2016 11:30AM
1042
June 06, 2016 02:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.