Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Assets Duplication Detection

Avatar

Level 6

Hi,

AEM Assets has a feature that detects duplicated assets[1].

By enabling this feature do we have a huge impact in the performance when adding new assets?

[1]https://docs.adobe.com/docs/en/aem/6-1/author/assets/managing-assets-touch-ui/duplicate-detection.ht...

Thanks

1 Accepted Solution

Avatar

Correct answer by
Administrator

There would not be any performance set back as such. This is done by checking SHA 1 checksum value. For sure there would be there would be some extra condition checking not that would not impact performance as such.

//If the asset you upload already exists in AEM Assets, the Duplicates Detected dialog warns you that you are attempting to upload a duplicate asset. The dialog appears only if the SHA 1 checksum value of the binary of the existing asset matches that of the asset you upload. In this case, the names of assets is immaterial. In other words, the dialog can even appear for assets that have different names if the SHA 1 values for their binaries are the same.

I hope this would help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

View solution in original post

1 Reply

Avatar

Correct answer by
Administrator

There would not be any performance set back as such. This is done by checking SHA 1 checksum value. For sure there would be there would be some extra condition checking not that would not impact performance as such.

//If the asset you upload already exists in AEM Assets, the Duplicates Detected dialog warns you that you are attempting to upload a duplicate asset. The dialog appears only if the SHA 1 checksum value of the binary of the existing asset matches that of the asset you upload. In this case, the names of assets is immaterial. In other words, the dialog can even appear for assets that have different names if the SHA 1 values for their binaries are the same.

I hope this would help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni