Answer Posted / Binit Ranjan
1. Limited SQL-like features: MongoDB is a NoSQL database, so it lacks certain SQL features like joins and transactions.n2. Performance concerns with large collections: Queries across very large collections can be slow.n3. Data model flexibility: While flexible, the BSON data model may not be suitable for all use cases.n4. Lack of support for complex queries in the shell.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers