[DOCS-6141] Doc changes to the profiler format for 3.2 Created: 03/Sep/15  Updated: 30/Oct/23  Resolved: 10/Dec/15

Status: Closed
Project: Documentation
Component/s: Server
Affects Version/s: None
Fix Version/s: Server_Docs_20231030

Type: Task Priority: Major - P3
Reporter: David Storch Assignee: Kyle Suarez
Resolution: Done Votes: 0
Labels: docs-3.2
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Documented
documents SERVER-19566 Profiler format changes for the find/... Closed
Duplicate
is duplicated by DOCS-6799 Changes to profiler entries / logs fo... Closed
Related
is related to DOCS-5987 Doc the find and getMore commands Closed
Participants:
Days since reply: 7 years, 29 weeks ago

 Description   

SERVER-19566 introduced changes to the profiler entries for queries. As part of the find and getMore commands project, we changed profiler entries for both the find command and legacy OP_QUERY find to look the same. The particulars of the change are described in SERVER-19566, but it is worth noting that the new format of the query field is the same as the find command parameter format (to be documented in DOCS-5987).

This page will definitely have to change for 3.2, since it describes the profiler entry schema in detail: http://docs.mongodb.org/master/reference/database-profiler/. Not sure if there are other pages that also have to be updated.



 Comments   
Comment by Emily Hall [ 27/Jul/16 ]

Closed for housekeeping on 7/27/2016 by Emily Hall.
If you require additional support, please open a new ticket for prioritization.
Thanks,
Emily

Comment by Githook User [ 10/Dec/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'kyle.suarez@mongodb.com'}

Message: DOCS-6141 update profiler format changes for 3.2

There have been several renames and deletions from the profiler:

  • `nscanned` renamed to `keysExamined`
  • `nscannedObjects` renamed to `docsExamined`
  • `scanAndOrder` renamed to `hasSortStage`
  • `ntoskip` removed and replaced by `query.skip`
  • `ntoreturn` removed and replaced by `query.ntoreturn` for legacy OP_QUERY, or
    `query.limit` and `query.batchSize` for the find command

Signed-off-by: kay <kay.kim@10gen.com>
Branch: master
https://github.com/mongodb/docs/commit/fd114ad5fc78c6d749df4a885b0043f7ab8c916a

Comment by Kyle Suarez [ 10/Dec/15 ]

Pull request: https://github.com/mongodb/docs/pull/2464

Comment by Kyle Suarez [ 09/Dec/15 ]

Code review: https://mongodbcr.appspot.com/42060001/

Generated at Thu Feb 08 07:51:42 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.