Can I read data simultaneously from different collections in MongoDB? Using Threading in java. I have those collections stored in the same database in mongodb. Plz help..
Can I read data simultaneously from different collections in MongoDB? Using Threading in java.
Share
Yes, the MongoDB Java driver supports multi-threaded access to the mongod server. Java Driver Concurrency describes concurrency considerations with the driver.