Is there a way to track \'query\' performance in MongoDB? Specially testing indexes or subdocuments?
In sql you can run queries, see execution time and other analyt
MongoDB has a query profiler you can turn on. See: http://www.mongodb.org/display/DOCS/Database+Profiler