I understand that the working set is cached every time a query is run in the mongoDB.
What happens if one working set exceeds the caching memory when I know that the data on the previous page is removed and cached?
Ex) cacheSizeGB: 0.5g, total document size about query: 1g
And is it helpful to reduce the size of the document being cached by using the project command?