While creating schema in mongodb what are the points need to be taken in consideration?
Answer Posted / Shiva Tyagi
When creating a schema in MongoDB, consider using embedded documents instead of references whenever possible for performance benefits. Also, carefully choose your field types and avoid unnecessary data normalization as it may impact read and write performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers