MONGODB BASICS

Hello everyone!! Today I am going to explain MONGODB. Mongodb is open source, cross platform, documnent oriented database(No-SQL Database). Mongodb has _id of 12 bytes which assures the uniqueness of every document: first 4 bytes :for the current timestamp, next 3 bytes :for machine id, next 2 bytes :for process id of mongodb server and […]

Read more "MONGODB BASICS"