From: <ben...@jb...> - 2006-06-22 01:28:36
|
"man...@jb..." wrote : Possibly a very silly idea, but how about creating subtrees for the ids internally? | | E.g., | | id ("TEST") => Fqn (/T/TE/TEST) | id ("TELEVISION") => Fqn (/T/TE/TELEVISION) | id ("COUCH_POTATO") => Fqn (/C/CO/COUCH_POTATO) | id ("A") => Fqn (/A/A) | | Like I said, possibly a silly idea ... | | This is certainly interesting. Another way is to hash the user id first, e.g., id("TEST") => Fqn("hash(TEST)", "TEST") if I don't detect a "/". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952520#3952520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952520 |