Hi Warwick,

What is the binding store? Ie. versus the extended store? What is the
purpose, benefits of each? Does the binding store also work with clustered
caching mode or is that only a function of the extended store?

The BindingStore inherits from ExtendedStore so it has the same cache capabilities. The difference is that the BindingStore gives the possibility to assign more than one URI to a resource. For this it is necessary to introduce a mechanism for resolving the URIs in another way like in ExtendedStore. This is done by using unique Resource-IDs for resources. First a URI is resolved to a Resource-ID before operations are executed on an identified resource. This produces some overhead which slows down performance. I assume that because of this there is still the ExtendedStore which can be used if bindings are not needed.

Regards
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to