4 Replies Latest reply on Feb 27, 2008 1:21 AM by liuhang781102

    Is it correct to have thousands of Nodes with only 1 element

    fatefree

      The data I am trying to cache is a simple string request and string response, completely dynamic and compressed down to about 200 characters each.

      Initially I had these inside a single node, but I found out I could not expire them at the element level, but only the node level. Is it correct, meaning is the way JBoss intended to be used is to create new nodes for every of these requests? I will be storing anywhere from ten thousand to a hundred thousand nodes. Will this be too many nodes from a performance perspective?