Why RDBMS (SQL): Frequent CRUD transactions for a limited similar type of data in GBs. It’s good for structured data. This kind of database is tightly structured with schema and perform slower (low latency) with huge growing data. RDBMS performs faster for low amount of data ( in GBs). SQL DBs- Oracle, MySQL, SQLServer etc.Continue reading “Difference between MongoDB and RDBMS”