Kizspy | Question: 20
(Choose 3 answers)
In MongoDB, the maximum size of a document is 16 megabytes (MB). How can you optimize the data model to avoid hitting the 16 MB limit?
A. Creating separate documents for related data
B. Normalize your data
C. Use data types efficiently
D. Store large binary data in documents