How much is fast for a query? .1 second? Or what?
My databases have 1.6 million businesses and user search based on location. What would be a good target to aim for speed?
How fast is reasonable?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would go with MongoDB’s own profiling level guideline which considers operations slower than 100ms to be slow:
With less than 100 ms read queries, users will typically not notice a delay on a web application where all non-db operations are performing optimally.