TMongoWire icon indicating copy to clipboard operation
TMongoWire copied to clipboard

explain()

Open stijnsanders opened this issue 14 years ago • 1 comments

apparently there's an explain() method http://groups.google.com/group/mongodb-dev/msg/72da316851839e89?pli=1 find out what is sent over the wire and offer support?

stijnsanders avatar Oct 20 '11 16:10 stijnsanders

have a close look at this https://github.com/mongodb/mongo/blob/master/shell/query.js

stijnsanders avatar Oct 21 '11 16:10 stijnsanders

For those that really need it, please use TMongoWire.Msg directly: https://www.mongodb.com/docs/manual/reference/command/explain/#mongodb-dbcommand-dbcmd.explain

stijnsanders avatar Aug 08 '22 20:08 stijnsanders