Quote:
Originally Posted by Yellow Slider
I can't install the xml file, I have 3+ million posts on my board, what can I do? importing it takes more then 2-3 hours and then it stuck.
I'm now trying to delete the ame_flad field from the post table and reinstall it, but the query to drop the ame_field takes a lot of time too.
do you know about problems with the AME on big boards? is there anything I can do in order to install it in another way?
|
There isn't any reported issue with AME running on big boards, however during installation AME adds a TINYINT column to the post table for perfomance reasons. This installation is what is slowing down your install.
My suggestion is to manually add the column using phpMyAdmin or similar tools preferably closing down the site during the install.
Then run the install and AME will skip that process elegantly as the column would already exist.
HTHs