﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15052,The screen turns white once I add over 4000 pages.,Lyncis,,"Dear Sirs! While attempting to post over 4000 pages using wordpress, a part of admin interface dies instantly (I am talking about the part showing the list of website pages)and also the frontend goes dead. I suspect that the problems is caused by the ""wp_list_pages"" function, which in turn summons another function, which is ""get_pages"". In the line 3177 of the ""get_pages"" functions there is /wp-includes/post.php contains SQL call which draws all the date from the POSTS table: 
$query = ""SELECT * FROM $wpdb->posts $join WHERE ($where_post_type) $where ""; 
A part of it is in an unnecessary field, namely post_content – which I see as the cause of wordpress failure once great number of pages is added. ",defect (bug),closed,normal,,Performance,,normal,maybelater,reporter-feedback,mikeschinkel@…
