Pawan Goyal

Pawan is software engineer, technical consultant, architect and developer by choice.He specializes in full-stack, highly scalable, real-time JavaScript and Node.js applications, with past experience in Java,Spring,Hibernate,RabbitMq,NoSql Database like MongoDB,Redis.He is expert in building highly scalable web base product from scratch in internet/e-commerce domain.

Technology

The Most Awaited Feature “SQL Joins” is Now Available in MongoDB 3.2

SQL Joins are used to combine documents/rows from 2 or more tables based upon common field present in them. MongoDB 3.2 launched the most awaited feature "Joins" which is supported in SQL database however was not present in the earlier version of MongoDB. This feature will change the way you design your database schema and application...

17-Nov-2016

Technology

Too Many Indexes May kill your DB performance

Everyone thinks of creating index, but nobody pays attention towards removing them once they are created and not required .Too many indexes or unnecessary index can degrade your DB performance. To Optimize indexes in mongo we need to understand following things : How indexes works in mongoDB: Let’s say we have created compound...

10-Aug-2016