I know that document size can be upto 16 Mega in size as per this documentation.
But in one of my requirement, i need to store long string values inside array like below.
content: [content1, content2, content3]
content1, 2 and 3 are HTML strings. Each one may have 6000 chars max in size including html tags.
Is this right way to do like this? Any disadvantage by this way?