I want to know that properties with long name can increase size of storage in cosmos db? or use small name like fn instead of FiratName can reduce size of storage? I can't found any document about it.
Any body can help me... thanks.
CodePudding user response:
I want to know that properties with long name can increase size of storage in cosmos db?
Yes, the length of the property name count towards the total size of the document. Using small names instead of full name will definitely help towards reducing the storage size.