Howdy! Where could I get a WordPress database with 20,000 (or more) published posts? They may be lorem ipsum I don't mind. And I don't mind if it weighs a gig. I was just thinking if this:
$query = new WP_Query("posts_per_page=-1&post_type=post&post_status=publish");
Could handle that much (with standard php settings).
Thanks.