[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache performance looks pretty poor :(
phpguy99
do-not-reply at jboss.com
Tue Jul 22 20:05:44 EDT 2008
That is why I place all my data into their own Fqn. I have 1,000,000 objects (Meters) and each of them is constructed using:
Fqn fqn = new Fqn("root", "MeterID" + i);
Node<Object,Object> node = rootNode.addChild(fqn);
node.put("data", meter);
Does it mean I *over* do it? Instead of using a sunshine structure (1 level), should I structure my objects to fit into something like radix-tree?
The reason I'm using REPL_SYNC is to be fair to EHCache since I'm using SYNC, too, as well as Terracotta (write-lock).
Thanks for the quick response :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166036#4166036
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166036
More information about the jboss-user
mailing list