Created
October 7, 2022 14:48
-
-
Save kevcodez/12af3b7cd2419be437434d0b3e49ba01 to your computer and use it in GitHub Desktop.
medium_mongodb_performance_projection_remove_single_property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| db.assets.find({}, { | |
| projection: { | |
| "lastPrice": 0 | |
| } | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment