On Thu, Mar 10, 2016 at 12:48 PM, John <[email protected]> wrote: > Take a look at: > > select * from category left join page on page_title = cat_title where > page_namespace = 14 and cat_pages > 500 and 'fa' NOT IN (SELECT ll_lang FROM > langlinks where ll_from = page_id)
This is exactly the same query I wrote before (with mine probably being as fast or faster), but without paging! _______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
