Right way to save very big string json
Hi Team,
AEM : 6.5.12
We need to save a very BIG JSON String of size around 3.5 MB, in a node property.
What is right way to save? Just as a String data type? or should be saving as a Binary data?
Hi Team,
AEM : 6.5.12
We need to save a very BIG JSON String of size around 3.5 MB, in a node property.
What is right way to save? Just as a String data type? or should be saving as a Binary data?
It is better to store the value as binary instead of string, for more improved performance you can upload this as dam file and refer the path of the JSON in a property.
This approach may have its impacts if your application performs search on this property.
So, I recommend to store them as binary as property itself.
Hope this is helpful!!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.