[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache performance looks pretty poor :(
jason.greene@jboss.com
do-not-reply at jboss.com
Sat Jul 26 12:15:03 EDT 2008
Ok then a simple modulus spread should be all you need. The depth of the tree only matters if you are using the lockParentForChildInsertRemove option, which is disabled by default.
Regarding balancing, you do not need to balance the tree, since it's not a b-tree.
You just need a reasonable spread across nodes, since a node only supports 4 concurrent inserts at a time.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166803#4166803
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166803
More information about the jboss-user
mailing list