Concern - Data Store and AEM DAM Implementation for large sized images
Hello,
I read in AEM documentation, ", if you store a 300KB JPG image in your repository somewhere, the JPG contents, being above the threshold size (4096 bytes, by default), will be stored in the datastore, and it will be placed into file with just the contents of that one JPG image, with no encoding or obfuscation. If you were to find the individual file, it will be the JPG image."
1. If the contents of the jpg file is stored in the data store, how exactly is the image component picking up the binary data of that image/asset while rendering?
I notice, that by default the image component looks for the binary data in the jcr:data of the original file.
2. If the contents are stored in the data store then what does aem store in the jcr:data of the original file.?
Please let me know
Regards,
NZ