Hi, On 8/22/07, woolly <[EMAIL PROTECTED]> wrote: > After doing a few tests, it appears that each node can take up approx 1.7k. > This seems rather a lot for a single node. Is there any way of reducing the > size...?
Depends on the persistence manager you are using. The bundle persistence managers include all non-binary properties as a part of the serialized node state, which obviously affects the node size. Different persistence databases also have differing storage overheads that add to the on-disk size of nodes. The current node serialization code isn't too optimized for space, so if you're up to it, you might want to take a look and suggest a patch. BR, Jukka Zitting
