Skip to content

Instantly share code, notes, and snippets.

@kevcodez
Created October 7, 2022 14:50
Show Gist options
  • Save kevcodez/b3192615516e76fc18f1c180d98fc782 to your computer and use it in GitHub Desktop.
Save kevcodez/b3192615516e76fc18f1c180d98fc782 to your computer and use it in GitHub Desktop.
medium_mongodb_performance_read_pref
db.assets
.find({ ipoDate: { $gt: ISODate('2022-01-01') } })
.readPref('secondaryPreferred')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment