So I have a big MongoDB database with like 2358 documents. Whenever I try to query it takes a long period of time and sometimes when I go to the dashboard and try to get the data it shows me this: Image of MongoDB error
I don't know how to fix it and I need it for a project I am doing. The programming language I am using is Python and I am using the pymongo library. I don't know if it matters but I am using repl.it to run my code