Skip to content

Instantly share code, notes, and snippets.

@kevcodez
Created October 7, 2022 15:15
Show Gist options
  • Save kevcodez/b258ad24b161b4942434c309359acae0 to your computer and use it in GitHub Desktop.
Save kevcodez/b258ad24b161b4942434c309359acae0 to your computer and use it in GitHub Desktop.
medium_mongodb_performance_include_field
db.assets.find({
marketCap: { $gt: 10000 }
}, {
projection: { isin: 1 }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment