On Thu, Oct 8, 2009 at 12:05 AM, Brian Wallis <[email protected]> wrote: > Does Jackrabbit do this efficiently? Does it just fetch and return the > expicitly requested properties of a node or will it load all of the node > properties every time.
Assume you will store the large binary file as nt:file as child of the main content node. In this case, you could query the meta data in main node effectively, the actual binary content is not accessed as they stored as separated node. -Guo
