Skip to content

Instantly share code, notes, and snippets.

@kevcodez
Created October 7, 2022 14:48
Show Gist options
  • Select an option

  • Save kevcodez/38e7bf7221315027c38878f4c89978a2 to your computer and use it in GitHub Desktop.

Select an option

Save kevcodez/38e7bf7221315027c38878f4c89978a2 to your computer and use it in GitHub Desktop.
medium_mongodb_performance_projection_remove_multiple_properties
db.assets.find({}, {
projection: {
"lastPrice": 0,
"marketCap": 0
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment