Sort exceeded memory limit

Remove the sort and check that the number of records being returned is actually 1000. What is the size of each record? You may be able to use $project to reduce the size of records being retuned.

1 Like