One of my page in Drupal is loading very slowly. When I checked with the slow queries list
select count(*) into @discard from `information_schema`.`PARTITIONS`;
This query is taking too much time to execute. What is the use of this query and how can we reduce the execution time?