nfsantos commented on PR #1669:
URL: https://github.com/apache/jackrabbit-oak/pull/1669#issuecomment-2320254220

   This PR requires reworking. The logic to decide if a blob should be 
downloaded is too generic, because it assumes that if a node name matches a 
given suffix, then it should download the `jcr:data` property. But in fact, we 
should download the `jcr:data` property if the node matches the suffix and if 
the `jcr:data` property is actually required for the index being indexes. As a 
first approach, we can add an additional configuration property that enables 
AOT blob download only if the index name is in a list given as a configuration 
property. This would required that we configure Oak with the indexes that 
require this field. 
   
   A better approach would be to somehow introspect the index definitions and 
figure out if they access the jcr:data field. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to