Hi @b_singh, what is the basis of the performance comparison ? SQL Server is RDBMS Normal form Data Model,whereas MongoDB is Document NoSQL.
- Are you going to compare similar structure as in SQL Server - Table to table format (or)
- Change the Data Model with references similar to
MongoDB Data Modeling
and compare it ?