[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Paging, lastPageTransaction, and duplicate detection.
clebert.suconic@jboss.com
do-not-reply at jboss.com
Mon Feb 9 18:14:39 EST 2009
One thing that I realized by accident today:
The duplicate detection is having a deep performance impact on paging.
With the LastPage stuff we would only add one record per-page, and delete it as soon as we had the confirmation of commit, having a minimal impact on the journal.
The duplicateID however, is storing one extra record perMessage. I know we will have the circularID and stuff, but that is just not as optimal wise as what we had before.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208312#4208312
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208312
More information about the jboss-dev-forums
mailing list