Query Run
-- select * from categorylinks where cl_to = 'Companies_by_affiliation'... 2 years ago
-- select * from categorylinks where cl_to = 'Companies_by_affiliation'... 2 years ago
select * from categorylinks where cl_to = 'Companies_by_affiliation' limit... 2 years ago
select * from categorylinks where cl_to = 'Companies_by_affiliation' limit... 2 years ago
select * from categorylinks limit 20; -- where cat_title =... 2 years ago
select * from categorylinks limit 200; -- where cat_title =... 2 years ago
select * from categorylinks -- where cat_title = 'Companies_by_affiliation'... 2 years ago
select * from category where cat_title = 'Companies_by_affiliation' limit 200; 2 years ago
select * from category where cat_title = 'Companies' limit 200; 2 years ago
select * from category limit 200; 2 years ago
select * from category limit 20000; 2 years ago
select * from category limit 20; 2 years ago
select * from categorylinks limit 20; 2 years ago
select distinct cl_to from categorylinks join page on page_id=cl_from where... 2 years ago