Page 1 of 1
request: show more than last 3 eaten messages

Posted:
Wed Jan 17, 2007 7:32 pm
by jdjdjd
The advanced mode page shows the last three eaten messages. Is there any chance of increasing that number? I did see the comment further down on the page explaining the load that this places on the system, but I thought I'd ask just in case things had changed since that was written.
Thanks...
-- jeff

Posted:
Wed Jan 17, 2007 8:42 pm
by SysKoll
Alas, if anything, things have gotten tighter since we have more users... I don't think we can easily increase that.

Posted:
Thu Jan 18, 2007 2:38 pm
by josh
We could only cram three messages' worth of information into the maximum size fixed width field in the database. Early on, we tried a variable width data type (like a LOB), that would allow for an essentially arbitrary number of messages to be tracked, but the overhead of dealing with that datatype -even with just 3 messages- tanked the server with far fewer users than it has today (and the effect was far worse than the DDOS we've seen recently).

Posted:
Thu Jan 18, 2007 3:00 pm
by jdjdjd
Ok, thanks for the explanations.