[jboss-user] [JBossCache] - Re: Problem using FileCacheLoader
genman
do-not-reply at jboss.com
Thu Jul 13 18:38:40 EDT 2006
bruce -
a lot of the persistence mechanisms (including the file/JDBC) use a single record per Fqn, meaning that if you are adding a lot of keys to an Fqn in separate operations, each one will be increasingly slow.
The JDBM implementation that I wrote uses a single record per key.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957914#3957914
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957914
More information about the jboss-user
mailing list