Community

A workaround for the performance problems of TEMPTABLE views

(Justin Swanhart) MySQL supports two different algorithms for views: the MERGE algorithm and the TEMPTABLE algorithm. These two algorithms differ greatly. A view which uses the MERGE algorithm can merge filter conditions into the view query itself. This has significant performance advantages over TE

Read More - Register for Free Membership