Execute big select query in mysql

{ // deep_execution_view
const authorName = "Anushri Mathur";
//
const publishDate = "January 5, 2016";
Execute following query before your big select query...
SET OPTION SQL_BIG_SELECTS = 1;
or
SET SQL_BIG_SELECTS = 1;
}