I have a schema which consists of a few attributes, Around 30 or so. The problem I am facing is that only two or three fields would be mandatory while the others would be optional.
I would like your help in understanding if it’s a good approach storing fields with null values instead of not storing them to the document at all.
Thanks for the help!