Big boards: memory issue with re-conversion
Submitted teraßyte, Oct 01 2010 08:56 AM | Last updated Oct 01 2010 08:56 AM
When a big board is converter (let's take a 1,2m posts board) if you try to re-convert the posts the script tries to load 1,2m of rows from the "conv_link" table causing a memory exhausted error.
The issue lies in the function lib_master::prepare.
The issue lies in the function lib_master::prepare.
| Status: | Fixed |
| Version: | |
| Fixed In: |











1 Comments
Updating severity to: 2 - Fair
For now I have made a small optimization and changed the function to NOT load the IDs if we have chosen to empty the table (truncate query) because there is just no need to load the rows if we are going to run a truncate query.