Answer:
MongoDB includes a database profiler which shows performance characteristics of each operation against the database. Using the profiler you can find queries (and write operations) which are slower than they should be; use this information, for example, to determine when an index is needed.
Previous Question | Next Question |
Tell me will the journal replay have problems if entries are incomplete (like the failure happened in the middle of one)? | What is a "namespace"? |