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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
