RE: connect to mongodb

2020-05-21 Thread Vishesh Mangla
NoSQL databases vs SQL databases. What to choose? MongoDB is a NoSQL database. Features include fast searching but slow insertion deletion operations upto what I remember. You can google on “what to choose between SQL and NoSQL databases”. It depends on what kind of operations the system would be m

Re: connect to mongodb

2020-05-21 Thread saifullah khan
ok thanks On Fri, 22 May 2020 at 02:13, Vishesh Mangla wrote: > NoSQL databases vs SQL databases. What to choose? MongoDB is a NoSQL > database. Features include fast searching but slow insertion deletion > operations upto what I remember. You can google on “what to choose between > SQL and NoS

RE: connect to mongodb

2020-05-21 Thread Vishesh Mangla
NoSQL databases vs SQL databases. What to choose? MongoDB is a NoSQL database. Features include fast searching but slow insertion deletion operations upto what I remember. You can google on “what to choose between SQL and NoSQL databases”. It depends on what kind of operations the system would be m