Rollie,
Looking at the DB Stats, it looks like the processor is 3 DAYS behind today's date? Have submissions picked up that much? I mean, it's great to be busy and all, but damn!
Errors with processing?
Errors with processing?
<img src='http://www.mysigspace.com/11139.jpg'> <img src='http://www.mysigspace.com/32568.jpg'>
<img src='http://www.mysigspace.com/32825.jpg'> <img src='http://www.mysigspace.com/32566.jpg'>
<img src='http://www.mysigspace.com/32825.jpg'> <img src='http://www.mysigspace.com/32566.jpg'>
So this basically prompted me to do more research into other ways of improving things and I found some really cool things coming down the pipe in the next release version of mySQL( 5.1 for anyone interested). Probably going to hold off on my big changes until the added partitioning features are live as it basically will handle all the work I was working on manually.
For the time being, I am going to be pulling about 10M characters from the primary DB into an archive to help speed things up until the new mysql changes are live. I'll be archiving all characters under lvl 10 that haven't been seen in the past year.
It won't affect stats (other than total characters tracked number) other than removing them from being viewable in character histories. This would also impact anyone using a sig or having claimed on of these chars that I'll be archiving.
For the time being, I am going to be pulling about 10M characters from the primary DB into an archive to help speed things up until the new mysql changes are live. I'll be archiving all characters under lvl 10 that haven't been seen in the past year.
It won't affect stats (other than total characters tracked number) other than removing them from being viewable in character histories. This would also impact anyone using a sig or having claimed on of these chars that I'll be archiving.
phpbb:phpinfo()
I think that would be fine Rollie. Thanks for all of your hard work!! XOXO
<img src='http://www.mysigspace.com/11139.jpg'> <img src='http://www.mysigspace.com/32568.jpg'>
<img src='http://www.mysigspace.com/32825.jpg'> <img src='http://www.mysigspace.com/32566.jpg'>
<img src='http://www.mysigspace.com/32825.jpg'> <img src='http://www.mysigspace.com/32566.jpg'>
Sweet... can't wait to see the changes.
I hate to ask, but it would also help to shrink the file size smaller? I figure there are a few people, myself included that submit close to the 20MB file size? As much as I don't want to lose the large file size, it might help speed up the processing.
BW
I hate to ask, but it would also help to shrink the file size smaller? I figure there are a few people, myself included that submit close to the 20MB file size? As much as I don't want to lose the large file size, it might help speed up the processing.
BW
~Thanks
<img src='http://www.mysigspace.com/wrsig/550646.jpg'>
<img src='http://www.mysigspace.com/wrsig/550646.jpg'>
Actually, not really. Larger file sizes do take a little longer to initially parse ( on the order of just a few seconds), but after the file is 'trimmed' to recent data, it really doesn't make that much of a difference.BWDemor wrote:Sweet... can't wait to see the changes.
I hate to ask, but it would also help to shrink the file size smaller? I figure there are a few people, myself included that submit close to the 20MB file size? As much as I don't want to lose the large file size, it might help speed up the processing.
BW
The bottleneck right now is the comparison of incoming characters against the current data in the system.
phpbb:phpinfo()