Hardware upgrade incoming

Monday, November 17. 2008
In a few hours the MobMap server will be unavailable for a short period of time (I hope it's only for 15-30 minutes, might extend to an hour though as I want to use this planned downtime for some software updates) because of an hardware upgrade. Databases like lots of RAM, and the latest content additions in WotLK pushed the size of my database near the current memory limitations of the machine. So in order to keep upload parsing performance at max I have to throw some new hardware at this problem :o)

[edit] The upgrade went well, only about 20 minutes of downtime.

[edit2] And it not only ensures enough space for the database to grow, but it also allowed me to expand my a-little-unusual-but-freakin-fast-RAMdisk-strategy, increasing the queries per second from an average of 2.300 qps to 3.400 qps (yes, that's more than three thousand SQL queries per second on standard consumer-grade hardware - anybody here who wants to claim that MySQL is slow?) with even more space to grow - I'm thinking about putting almost all the tables where data is being written to into RAM now that I have enough of it. Maybe I'll then be able to sustain those 11.000 qps peaks...

[edit3] Oh cool, my query speed monitoring seems to be a bit off. For some reason which I still have to investigate it doesn't count all the queries. MySQL itself says it's running at an average of 8.800 queries per second right now :D Now that's FAST!

MobMap v3.04

Monday, November 17. 2008
A new version just got rolled out. Besides numerous minor fixes this new release adds something that might prove very useful if you want to do all the quests you can get in a zone: automatic quest progress tracking! This means: MobMap will now track whenever you've completed a quest, and display that information in its quest database. A new quest database filter for this has been added, too, so you can quickly filter out quests which you've already finished.

Unfortunately, addons don't have access to the server-side information about which quests you've finished in the past, so MobMap will only be able to track all future quests. But it is possible to manually mark quests as "finished" or "unfinished". And it is of course possible to disable the automatic quest progress tracking, if you wish so.

The new version is already up for download via the MobMapUpdater, but the installer package and the manual download packages will be updated soon, too.

[edit] all the various packages are now at version 3.04

changelog v3.04:
- added: Quest completion tracking! MobMap can now track which quests you have finished and show that information in the MobMap quest list. You can also search for quests you haven't finished yet.
- fixed: Various minor issues