Skip to content

Instantly share code, notes, and snippets.

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

  • Save kevcodez/534e5f4b4b50146b338b26adda837154 to your computer and use it in GitHub Desktop.

Select an option

Save kevcodez/534e5f4b4b50146b338b26adda837154 to your computer and use it in GitHub Desktop.
medium_mongodb_performance_projection_slice
{
projection: {
myLargeArray: {
$slice: ['$myLargeArray', 0, 10]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment