We have 2 collections in Mongodb.
Coll1 : 9gb, 7k documents
Coll2: 12gb, 20k documents
I am able to access Coll1 from python(pymongo) and fetch the document using find_one().
But when I try to fetch from Coll2, I get None as output for the same find_one() function.
Also, I am able to access Coll2 from Mongodb Compass.