DZone Database Zone
Tracing MongoDB Queries to Code With Cursor Comments
In this short blog post, we will discuss a helpful feature for tracing MongoDB queries: Cursor Comments.
Cursor CommentsMuch like other database systems, MongoDB supports the ability for application developers to set comment strings on their database queries using the Cursor Comment feature. This feature is very useful for both DBAs and developers for quickly and efficiently tying a MongoDB query found on the database server to a line of code in the application source.
No comments:
Post a Comment