Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using find("report.num"); in php script it is taking too much time and some time it shows code 0 fatal error even exception handler is not working on it

Is there any way to optimize this as my collection is so large????

share|improve this question
Please, provide full query. find("report.num"); has no sense. – nord_ua Jan 25 at 7:28
Also provide an explain, also state the number of docs, also show us an example of the doc. – Sammaye Jan 25 at 8:14
You could index the fields you are selecting from the document. Also, please, provide the information that was mentioned in the above comments. – Constantine Novykov Jan 25 at 8:57
Make sure you have persistent connection with MongoDB. – hilarudeens Jan 25 at 9:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.