regular clean up of list of messages possible?

hi heller,
what do you think about nr1) ?
i would appreciate it that the interval of deletion would be a bit mire granular than days. e.g. after x seconds of message occurrance. when sending many messages (>10000) this could consume a lot of heap. or am i missing the point?
one question: the message grid shows all messages that are not filtered? or is lazy loading implemented and the message grid does not show all but just afew messages ?
regards chris

The filter influences the structure of the SQL statement and therefor the number of results in the resultset. That means that the filter process runs on the database, not in the GUI.
Usability improvements for more than 10k messages/day are surely a necessary point to think about in the future. We will discuss what to do there in the team, I think the future versions will include some of these improvements, your idea is a good point into the right direction.
Regards
Heller
© 1999-2007 mendelson-e-commerce GmbH. All right reserved.
hi *,
when using mec two thing are a little annoying with the message list:
1) when message list gets too long gui is really slow
--> could be solved by a max vlalue of messages to be shown (configureable)
2) the list gets not emptied after some time so when i do e.g. 10000 messages a day and have not deleted for one week the 70000 messages are really hard for the gui.
---> i would suggest a clean up run every X seconds (configureable) for messages thjat are flagged ok. a configured value zero (default) would never clean up automatically
what do you think?
regards chris