Why MongoDB has better performance than SQL Server

Hi @b_singh, what is the basis of the performance comparison ? SQL Server is RDBMS Normal form Data Model,whereas MongoDB is Document NoSQL.

  1. Are you going to compare similar structure as in SQL Server - Table to table format (or)
  2. Change the Data Model with references similar to
    MongoDB Data Modeling

and compare it ?