Query Run
select /*+ MAX_EXECUTION_TIME(2000) */ distinct cl_type from... 3 years ago
select /*+ MAX_EXECUTION_TIME(2000) */ * from categorylinks -- where... 3 years ago
select /*+ MAX_EXECUTION_TIME(2000) */ * from category where cat_id = 1 --... 3 years ago
select /*+ MAX_EXECUTION_TIME(2000) */ * from category limit 110; 3 years ago
select /*+ MAX_EXECUTION_TIME(2000) */ * from category where cat_title =... 3 years ago
select /*+ MAX_EXECUTION_TIME(2000) */ * from category where cat_title =... 3 years ago
select /*+ MAX_EXECUTION_TIME(2000) */ * from category limit 11; 3 years ago
select /*+ MAX_EXECUTION_TIME(2000) */ * from archive limit 11; 3 years ago
select /*+ MAX_EXECUTION_TIME(2000) */ * from pagelinks limit 11; 3 years ago
select * from pagelinks order by rand() limit 11; 3 years ago
select * from pagelinks limit 11; 3 years ago
select * from iwlinks limit 11; 3 years ago
select * from iwlinks limit 1; 3 years ago
select * from archive limit 1; 3 years ago
select * from uploadstash limit 1; 3 years ago