WordPress fails with large databases
-
I am building a site from a large database that contains 620,000 posts. I am trying to convert this to wordpress. I am already with a wordpress installation up and running with 112,000 posts.
The problem is that WP is working very bad with such large database. For example, I have the PHP blank page of death everytime I try to obtain a list of posts or a list of categories, or something involving a large number of posts. In other words: everytime WP has to fetch a large set of records from the database it fails.
I have increased php memory to astronomical amounts to see if that was the problem, cached the entire site, optimized the database (that is just text), but WP simply was not designed with large databases in mind and cannot deal with more than perhaps 10 to 15 thousand posts.
In the last 3 hours I am trying to obtain a list of all categories of my site, by alphabetical order, but all I have is the blank page of death.
I would like to know if there’s someone out there that have arrived at the same sad conclusion as me… thanks.
- The topic ‘WordPress fails with large databases’ is closed to new replies.