use union instead of multiple joins
the unions performs much better than the joins, and the execution time is constant with a growing number of records.
Showing
Please register or sign in to comment
the unions performs much better than the joins, and the execution time is constant with a growing number of records.