Adding indexes for performace

"Hemant Gaur" <[email protected]> 20 Feb 2007 10:12:17 -0000
Newsgroups gmane.comp.java.openjms.user
Message-ID <[email protected]>
Hi, Recently I have added the expiration time to the OpenJMS release version (0.7.6.1).This works fine for the less messages, but when the messages grow to the range of 100,000 they are not deleted even if they have expired.Restart of the OpenJMS also does not deletes them. I have verified from the expiry time field that they have indeed expired. Adding the indexes suggested inhttp://sourceforge.net/tracker/index.php?func=detail&amp;aid=872947&amp;group_id=54559&amp;atid=474136 also does not show any impact on the pub/sub rate. I am using activeMQ JMeter and topic based persistant durable messages.Also is there any specific reson for ordering of the colums in CREATE INDEX message_handles_pk ON message_handles(destinationId, consumerId, messageId);It seems CREATE INDEX message_handles_pk ON message_handles(messageId,destinationId, consumerId);should be better.Thanks for the help.Regards,H
 emant Gaur

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
openjms-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openjms-user