Are you saying that the jdbm loader doesn't support the semantics of the cache
properly? If so http://jira.jboss.com/jira/browse/JBCACHE-696 would be a
negative?
Am I correct in thinking that the FQN is really the "key" and that the fanout
of actual keys underneath should be kept very small?
D
I have a simple test case that puts 1000 objects into a node.
Using the bdbje loader the test runs in >100s
Using the jdbm loader the test runs in <10s
I looked at the loader implementations and I see that bdbje loader is storing
each node as a HashMap, and that each put reads the hashmap from di