MongoDB slow queries stay empty until you enable the profiler
The panel names the command to run instead of showing a blank table, and the metrics beside it are omitted rather than reported as zero.
7 posts
Document browsing, aggregation pipelines and index introspection over the native driver. Where it stops: No SQL translation layer is faked — queries here are MongoDB queries.
The panel names the command to run instead of showing a blank table, and the metrics beside it are omitted rather than reported as zero.
The empty relation list here means impossible rather than none found, and the relationships a document model leaves for you to know live in the shape and in the pipeline.
A statement beginning db. cannot run here at all, and the two operations that look alike have very different default bounds on the result set.
There is no catalog to read, so the sidebar samples each collection and states its own reach - three levels deep, arrays closed, two hundred fields.
authSource names the database the credentials live in, not the one you are opening, and getting it wrong fails exactly like a bad password.
An SRV URI implies TLS in the driver and maps the form to a verifying mode, but two of the five SSL choices build the same options object.
The read-only guard and the identifier reader are SQL readers, so on a MongoDB draft they record that they do not apply instead of passing it.
We use cookies to analyse site traffic and improve your experience. See our Privacy Policy for details.